From 2687f3734e33167ddc0a567735a3827a0fe4c7c9 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 9 Mar 2026 18:11:30 -0400 Subject: [PATCH] docs(upstream): mark #636 not actionable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: upstream issue #636 (Telescope picker opens file in wrong split) is unresolved in our tracker. Solution: mark as not actionable. Cannot reproduce with default Telescope configuration — file correctly opens in the active canola split. Likely user-specific Telescope config or window picker plugin. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 53370f5..509ba89 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -109,7 +109,7 @@ issues against this fork. | [#624](https://github.com/stevearc/oil.nvim/issues/624) | Mutation race | not actionable — no reliable repro | | [#625](https://github.com/stevearc/oil.nvim/issues/625) | E19 mark invalid line | not actionable — intractable without neovim API changes | | [#632](https://github.com/stevearc/oil.nvim/issues/632) | Preview + move = copy | fixed ([#12](https://github.com/barrettruth/canola.nvim/pull/12)) | -| [#636](https://github.com/stevearc/oil.nvim/issues/636) | Telescope picker opens in active buffer | open | +| [#636](https://github.com/stevearc/oil.nvim/issues/636) | Telescope picker opens in active buffer | not actionable — cannot reproduce | | [#637](https://github.com/stevearc/oil.nvim/issues/637) | Inconsistent symlink resolution | open | | [#641](https://github.com/stevearc/oil.nvim/issues/641) | Flicker on `actions.parent` | open | | [#642](https://github.com/stevearc/oil.nvim/issues/642) | W10 warning under `nvim -R` | fixed |