From 1d45ae35be2c8a0248ceea056a2f90ef9fb8dfb1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:59:39 -0400 Subject: [PATCH] docs(upstream): mark #200 not actionable (#113) Problem: upstream issue #200 (highlights not working when opening a file) is unresolved in our tracker. Solution: mark as not actionable. Reported on nvim 0.9.4, no recent reports, cannot reproduce on current versions. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 879790e..e7c9732 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -38,7 +38,7 @@ issues against this fork. | [#95](https://github.com/stevearc/oil.nvim/issues/95) | Undo after renaming files | open | | [#117](https://github.com/stevearc/oil.nvim/issues/117) | Move file into new dir via slash in name | open | | [#156](https://github.com/stevearc/oil.nvim/issues/156) | Paste path of files into oil buffer | open | -| [#200](https://github.com/stevearc/oil.nvim/issues/200) | Highlights not working when opening a file | open | +| [#200](https://github.com/stevearc/oil.nvim/issues/200) | Highlights not working when opening a file | not actionable — cannot reproduce, nvim 0.9.4 | | [#207](https://github.com/stevearc/oil.nvim/issues/207) | Suppress "no longer available" message | fixed — `cleanup_buffers_on_delete` option | | [#210](https://github.com/stevearc/oil.nvim/issues/210) | FTP support | open | | [#213](https://github.com/stevearc/oil.nvim/issues/213) | Disable preview for large files | fixed ([#85](https://github.com/barrettruth/canola.nvim/pull/85)) |