From e4743a968de64052903e74f4e31e2501be935bbe Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:43:16 -0400 Subject: [PATCH] docs(upstream): mark #571 not actionable (#140) Problem: upstream issue #571 (callback before `highlight_filename`) was still marked open. The underlying use case is per-directory git status, which existing extensions already solve. Solution: mark as not actionable. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 0590ece..80b917d 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -95,7 +95,7 @@ issues against this fork. | [#531](https://github.com/stevearc/oil.nvim/issues/531) | Incomplete drive letters | not actionable — Windows-only | | [#533](https://github.com/stevearc/oil.nvim/issues/533) | `constrain_cursor` bug | not actionable — needs repro | | [#570](https://github.com/stevearc/oil.nvim/issues/570) | Improve c0/d0 for renaming | not actionable — blocked on Neovim extmark API | -| [#571](https://github.com/stevearc/oil.nvim/issues/571) | Callback before `highlight_filename` | open | +| [#571](https://github.com/stevearc/oil.nvim/issues/571) | Callback before `highlight_filename` | not actionable — solved by existing git status extensions | | [#578](https://github.com/stevearc/oil.nvim/issues/578) | Hidden file dimming recipe | fixed | | [#587](https://github.com/stevearc/oil.nvim/issues/587) | Alt+h keymap | not actionable — user config issue | | [#599](https://github.com/stevearc/oil.nvim/issues/599) | user:group display and manipulation | consolidated into [#126](https://github.com/barrettruth/canola.nvim/issues/126) |