From 9ba7027056fb99424ba98b333b709edbb13167ae Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:19:17 -0400 Subject: [PATCH] docs(upstream): triage stevearc/oil.nvim#444 as not actionable (#157) Problem: upstream issue #444 requests customizable opening behavior (float, split, preview on startup). Solution: mark as not actionable. The existing API (`oil.open`, `oil.open_float`, `oil.open_split`, `oil.open_preview`) covers every use case. A community member provided working solutions and the reporter confirmed satisfaction. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 90a938e..735e1a7 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -78,7 +78,7 @@ issues against this fork. | [#431](https://github.com/stevearc/oil.nvim/issues/431) | More SSH adapter documentation | duplicate of [#525](https://github.com/stevearc/oil.nvim/issues/525) | | [#435](https://github.com/stevearc/oil.nvim/issues/435) | Error previewing with semantic tokens LSP | fixed — cherry-picked ([#467](https://github.com/stevearc/oil.nvim/pull/467)) | | [#436](https://github.com/stevearc/oil.nvim/issues/436) | Owner and group columns | consolidated into [#126](https://github.com/barrettruth/canola.nvim/issues/126) | -| [#444](https://github.com/stevearc/oil.nvim/issues/444) | Opening behaviour customization | open | +| [#444](https://github.com/stevearc/oil.nvim/issues/444) | Opening behaviour customization | not actionable — existing API covers all use cases (`open`, `open_float`, `open_split`, `open_preview`), reporter satisfied | | [#446](https://github.com/stevearc/oil.nvim/issues/446) | Executable highlighting | cherry-picked ([#698](https://github.com/stevearc/oil.nvim/pull/698)) | | [#449](https://github.com/stevearc/oil.nvim/issues/449) | Renaming TypeScript files stopped working | not actionable — config issue, increase `lsp_file_methods.timeout_ms` | | [#450](https://github.com/stevearc/oil.nvim/issues/450) | Highlight opened file in directory listing | fixed — added `oil-recipe-highlight-opened-file` |