From c7a55fd7873555fd0996f161708003fe626a16b8 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:48:07 -0500 Subject: [PATCH] docs(upstream): triage PRs #721 and #735 (#74) * docs(upstream): triage PRs #721 and #735 * docs(upstream): fix #721 status to deferred * docs(upstream): remove status key legend * docs(upstream): s/addressing/fixing in #721 note --- doc/upstream.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/upstream.md b/doc/upstream.md index 48bf754..1ea0759 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -45,15 +45,12 @@ 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 | 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 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 -**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 | | ------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |