From 9d29243fafc0e62efb9de03afa789f67ef9357e6 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:21:42 -0400 Subject: [PATCH] docs(upstream): mark #382 not actionable (#118) docs(upstream): mark #382 not actionable (#482) Problem: upstream issue #382 requests relative paths in the window title, but this is already solved by the `get_win_title` callback added in stevearc/oil.nvim#482. Solution: mark the issue as not actionable in the tracker. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 2b0adbf..a14f469 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -68,7 +68,7 @@ issues against this fork. | [#373](https://github.com/stevearc/oil.nvim/issues/373) | Dir from quickfix with bqf/trouble broken | open | | [#375](https://github.com/stevearc/oil.nvim/issues/375) | Highlights for file types and permissions | open | | [#380](https://github.com/stevearc/oil.nvim/issues/380) | Silently overriding `show_hidden` | not actionable — counter to config intent | -| [#382](https://github.com/stevearc/oil.nvim/issues/382) | Relative path in window title | open | +| [#382](https://github.com/stevearc/oil.nvim/issues/382) | Relative path in window title | not actionable — solved by `get_win_title` callback ([#482](https://github.com/stevearc/oil.nvim/pull/482)) | | [#392](https://github.com/stevearc/oil.nvim/issues/392) | Option to skip delete prompt | fixed | | [#393](https://github.com/stevearc/oil.nvim/issues/393) | Auto-save on select | fixed | | [#396](https://github.com/stevearc/oil.nvim/issues/396) | Customize preview content | open |