From a66a7a6633501af5a8e39a2d853cb0fabf967a9a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Mar 2026 12:26:38 -0400 Subject: [PATCH] docs(upstream): mark #617 fixed via cherry-picked #618 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Issue #617 (filetype-based icon detection) was still listed as `open` in the upstream tracker despite being addressed by PR #618. Solution: Update status to `fixed — cherry-picked (#618)`. Verified with manual testing that `use_slow_filetype_detection` correctly detects shebangs in extensionless files. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 2c3cd2d..a2c726d 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -103,7 +103,7 @@ issues against this fork. | [#609](https://github.com/stevearc/oil.nvim/issues/609) | Cursor placement via Snacks picker | not actionable — Windows-only | | [#612](https://github.com/stevearc/oil.nvim/issues/612) | Delete buffers on file delete | fixed | | [#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 | +| [#617](https://github.com/stevearc/oil.nvim/issues/617) | Filetype by actual filetype | fixed — cherry-picked ([#618](https://github.com/stevearc/oil.nvim/pull/618)) | | [#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 | open | | [#624](https://github.com/stevearc/oil.nvim/issues/624) | Mutation race | not actionable — no reliable repro |