From b349d69c6dcd020f67cb53b142e66839f9782103 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:08:39 -0400 Subject: [PATCH] docs(upstream): mark #435 fixed (#115) Problem: upstream issue #435 (LSP semantic token errors on preview) is unresolved in our tracker. Solution: mark as fixed. Upstream PR #467 (scratch buffer previews) was merged Nov 2024 and is already in our codebase. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index b43d902..e0f19aa 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -76,7 +76,7 @@ issues against this fork. | [#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 | | [#431](https://github.com/stevearc/oil.nvim/issues/431) | More SSH adapter documentation | open | -| [#435](https://github.com/stevearc/oil.nvim/issues/435) | Error previewing with semantic tokens LSP | open | +| [#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 | open | | [#444](https://github.com/stevearc/oil.nvim/issues/444) | Opening behaviour customization | open | | [#446](https://github.com/stevearc/oil.nvim/issues/446) | Executable highlighting | cherry-picked ([#698](https://github.com/stevearc/oil.nvim/pull/698)) |