From f565a864f8057e3e19b2960f4cedc056367683a2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 6 Mar 2026 15:37:24 -0500 Subject: [PATCH 1/4] docs(upstream): triage PRs #721 and #735 --- doc/upstream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/upstream.md b/doc/upstream.md index 48bf754..eb65cac 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -45,9 +45,9 @@ Bugs fixed in this fork that remain open upstream. | [#667](https://github.com/stevearc/oil.nvim/pull/667) | Virtual text columns + headers | deferred — WIP, conflicting | | [#686](https://github.com/stevearc/oil.nvim/pull/686) | Windows path conversion fix | not actionable — Windows-only | | [#708](https://github.com/stevearc/oil.nvim/pull/708) | Move file into new dir by renaming | deferred — needs rewrite | -| [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | open | +| [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | not actionable — wrong approach; emit an autocmd on file create instead | | [#728](https://github.com/stevearc/oil.nvim/pull/728) | `open_split` for opening oil in a split | tracked — [#2](https://github.com/barrettruth/canola.nvim/issues/2) | -| [#735](https://github.com/stevearc/oil.nvim/pull/735) | gX opens external program with a selection. | open | +| [#735](https://github.com/stevearc/oil.nvim/pull/735) | gX opens external program with selection | not actionable — hardcoded Linux-only program list, no config surface, author-acknowledged incomplete | ## Upstream issues From cd9eca08f5f502280a95d82e6e378446dcda5ece Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 6 Mar 2026 15:37:59 -0500 Subject: [PATCH 2/4] docs(upstream): fix #721 status to deferred --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index eb65cac..ee4a506 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -45,7 +45,7 @@ Bugs fixed in this fork that remain open upstream. | [#667](https://github.com/stevearc/oil.nvim/pull/667) | Virtual text columns + headers | deferred — WIP, conflicting | | [#686](https://github.com/stevearc/oil.nvim/pull/686) | Windows path conversion fix | not actionable — Windows-only | | [#708](https://github.com/stevearc/oil.nvim/pull/708) | Move file into new dir by renaming | deferred — needs rewrite | -| [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | not actionable — wrong approach; emit an autocmd on file create instead | +| [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | deferred — addressing via autocmd event on file create | | [#728](https://github.com/stevearc/oil.nvim/pull/728) | `open_split` for opening oil in a split | tracked — [#2](https://github.com/barrettruth/canola.nvim/issues/2) | | [#735](https://github.com/stevearc/oil.nvim/pull/735) | gX opens external program with selection | not actionable — hardcoded Linux-only program list, no config surface, author-acknowledged incomplete | From 9e797c0466f753e0195b16e5e2e1920c88a50733 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 6 Mar 2026 15:38:28 -0500 Subject: [PATCH 3/4] docs(upstream): remove status key legend --- doc/upstream.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/upstream.md b/doc/upstream.md index ee4a506..4f23a4d 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -51,9 +51,6 @@ Bugs fixed in this fork that remain open upstream. ## Upstream issues -**Status key:** `fixed` = original fix in fork, `resolved` = addressed by -cherry-picked PR, `not actionable` = can't/won't fix, `tracking` = known/not yet -addressed, `open` = not yet triaged. | Issue | Status | Notes | | ------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | From ee2047c485a46c74cd6a166e363360e8547ec58e Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 6 Mar 2026 15:38:43 -0500 Subject: [PATCH 4/4] docs(upstream): s/addressing/fixing in #721 note --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 4f23a4d..1ea0759 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -45,7 +45,7 @@ Bugs fixed in this fork that remain open upstream. | [#667](https://github.com/stevearc/oil.nvim/pull/667) | Virtual text columns + headers | deferred — WIP, conflicting | | [#686](https://github.com/stevearc/oil.nvim/pull/686) | Windows path conversion fix | not actionable — Windows-only | | [#708](https://github.com/stevearc/oil.nvim/pull/708) | Move file into new dir by renaming | deferred — needs rewrite | -| [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | deferred — addressing via autocmd event on file create | +| [#721](https://github.com/stevearc/oil.nvim/pull/721) | `create_hook` to populate file contents | deferred — fixing via autocmd event on file create | | [#728](https://github.com/stevearc/oil.nvim/pull/728) | `open_split` for opening oil in a split | tracked — [#2](https://github.com/barrettruth/canola.nvim/issues/2) | | [#735](https://github.com/stevearc/oil.nvim/pull/735) | gX opens external program with selection | not actionable — hardcoded Linux-only program list, no config surface, author-acknowledged incomplete |