From 1439a1dc6223ca18cb6c7cf18bf7c17acd2e5bb4 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 9 Mar 2026 19:04:12 -0400 Subject: [PATCH] docs(upstream): revert #623 to open Problem: #623 was marked not actionable as a cross-plugin issue, but oil's nonstandard buffer opening (`bufadd` + manual `buflisted` + `vim.cmd.buffer()`) may be the root cause. Solution: revert status to open for further investigation. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 879790e..258ce8a 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -105,7 +105,7 @@ issues against this fork. | [#615](https://github.com/stevearc/oil.nvim/issues/615) | Cursor at name column on o/O | fixed ([#72](https://github.com/barrettruth/canola.nvim/pull/72)) | | [#617](https://github.com/stevearc/oil.nvim/issues/617) | Filetype by actual filetype | open | | [#621](https://github.com/stevearc/oil.nvim/issues/621) | `toggle()` for regular windows | fixed ([#88](https://github.com/barrettruth/canola.nvim/pull/88)) | -| [#623](https://github.com/stevearc/oil.nvim/issues/623) | bufferline.nvim interaction | not actionable — cross-plugin | +| [#623](https://github.com/stevearc/oil.nvim/issues/623) | bufferline.nvim interaction | open | | [#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)) |