From a70ac336c2a932cd6d83f450a9db89441ded0979 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 9 Mar 2026 19:08:05 -0400 Subject: [PATCH] docs(upstream): mark #435 fixed 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 879790e..bbf6fbd 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)) |