From 7234be3f5ced3e22270a9c3b33804903765905fb Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Sun, 15 Mar 2026 12:46:57 -0400 Subject: [PATCH] docs(upstream): mark #570 not actionable (#128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(upstream): mark #617 fixed via cherry-picked #618 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. * docs(upstream): mark #675 as duplicate of #117 Problem: Issue #675 (move file into folder by renaming) was listed as `open` despite being a duplicate of #117, the primary tracking issue for move-by-rename (46 upvotes). Upstream already closed #675 as such. Solution: Update status to `duplicate of #117`. * docs(upstream): mark #707 as duplicate of #117 Problem: Issue #707 (move file/dir into new dir by renaming) was listed as `open` despite being identical to #117. The associated draft PR #708 is already tracked separately in the PRs table. Solution: Update status to `duplicate of #117`. * docs(upstream): consolidate owner/group issues into #126 Problem: Three upstream issues (#436, #599, #684) all request the same feature — owner/group columns in the directory listing. Solution: Create canonical tracking issue barrettruth/canola.nvim#126 and mark all three as `consolidated into #126`. * docs(upstream): mark #570 not actionable Problem: Issue #570 (`c0`/`d0` deletes concealed entry ID prefix, causing rename to be parsed as delete+create) was listed as `open`. Solution: Mark as `not actionable — blocked on Neovim extmark API`. Neovim provides no mechanism to protect concealed extmark text from operator-pending motions. The intended rename workflow uses `cw`/`ciw` within the constrained cursor region. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 426ae03..aa5af2a 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -94,7 +94,7 @@ issues against this fork. | [#525](https://github.com/stevearc/oil.nvim/issues/525) | SSH adapter documentation | open | | [#531](https://github.com/stevearc/oil.nvim/issues/531) | Incomplete drive letters | not actionable — Windows-only | | [#533](https://github.com/stevearc/oil.nvim/issues/533) | `constrain_cursor` bug | not actionable — needs repro | -| [#570](https://github.com/stevearc/oil.nvim/issues/570) | Improve c0/d0 for renaming | open | +| [#570](https://github.com/stevearc/oil.nvim/issues/570) | Improve c0/d0 for renaming | not actionable — blocked on Neovim extmark API | | [#571](https://github.com/stevearc/oil.nvim/issues/571) | Callback before `highlight_filename` | open | | [#578](https://github.com/stevearc/oil.nvim/issues/578) | Hidden file dimming recipe | fixed | | [#587](https://github.com/stevearc/oil.nvim/issues/587) | Alt+h keymap | not actionable — user config issue |