From dba122380b710885a5303e64cefc8f0af68d6d18 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 16 Mar 2026 17:23:00 -0400 Subject: [PATCH] docs(upstream): triage stevearc/oil.nvim#349 as not actionable Problem: upstream issue #349 requests a ranger-style Miller columns layout. This is a fundamentally different navigation paradigm from oil's buffer-as-filesystem model. Solution: mark as not actionable and point to `mini.files`, which stevearc himself recommended as the purpose-built alternative. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 2d56af1..dd2c76d 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -58,7 +58,7 @@ issues against this fork. | [#330](https://github.com/stevearc/oil.nvim/issues/330) | Telescope opens file in oil float | not actionable — cross-plugin, no repro | | [#332](https://github.com/stevearc/oil.nvim/issues/332) | Buffer not fixed to floating window | not actionable — cannot reproduce | | [#335](https://github.com/stevearc/oil.nvim/issues/335) | Disable editing outside root dir | open | -| [#349](https://github.com/stevearc/oil.nvim/issues/349) | Parent directory as column/vsplit | open | +| [#349](https://github.com/stevearc/oil.nvim/issues/349) | Parent directory as column/vsplit | not actionable — different navigation paradigm, use [mini.files](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-files.md) | | [#351](https://github.com/stevearc/oil.nvim/issues/351) | Paste deleted file from register | open | | [#359](https://github.com/stevearc/oil.nvim/issues/359) | Parse error on filenames differing by space | not actionable — parser uses whitespace as column delimiter | | [#360](https://github.com/stevearc/oil.nvim/issues/360) | Pick window to open file into | open |