From a0bbc41eea9c94df9e40caf6227c73cca8a66cae Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Sun, 15 Mar 2026 12:57:44 -0400 Subject: [PATCH] docs(upstream): mark #416 fixed via cherry-picked #725 (#132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(upstream): track #254 in canola.nvim#129 Problem: Issue #254 (highlights lost during mid-edit) was listed as `open`. Investigation shows a decoration provider approach can solve this despite stevearc's extmark limitation assessment. Solution: Created barrettruth/canola.nvim#129 with full technical analysis and proposed `nvim_set_decoration_provider` approach. Mark #254 as `tracked in #129`. * docs(upstream): mark #449 not actionable Problem: Issue #449 (LSP rename failing on TypeScript files) was listed as `open` despite being a configuration issue. Solution: Mark as `not actionable`. The LSP rename times out on large TypeScript projects; increasing `lsp_file_methods.timeout_ms` resolves it. stevearc confirmed this in the issue thread. * docs(upstream): mark #416 fixed via cherry-picked #725 Problem: Issue #416 (case-sensitive keymap comparison preventing remaps) was listed as `open` despite being fixed by the keymap normalization in PR #725. Solution: Mark as `fixed — cherry-picked (#725)`. The `nvim_replace_termcodes` normalization in `config.lua` resolves case variants like `` and `` to the same key. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 7060c88..87b0454 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -74,7 +74,7 @@ issues against this fork. | [#396](https://github.com/stevearc/oil.nvim/issues/396) | Customize preview content | open | | [#399](https://github.com/stevearc/oil.nvim/issues/399) | Open file without closing Oil | open | | [#404](https://github.com/stevearc/oil.nvim/issues/404) | Restricted UNC paths | not actionable — Windows-only | -| [#416](https://github.com/stevearc/oil.nvim/issues/416) | Cannot remap key to open split | open | +| [#416](https://github.com/stevearc/oil.nvim/issues/416) | Cannot remap key to open split | fixed — cherry-picked ([#725](https://github.com/stevearc/oil.nvim/pull/725)) | | [#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) |