From 7f7b383196a9a888ade46e9f0e3dea9b32543519 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Mar 2026 12:30:25 -0400 Subject: [PATCH] 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`. --- doc/upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upstream.md b/doc/upstream.md index 7a25301..5943105 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -135,7 +135,7 @@ issues against this fork. | [#690](https://github.com/stevearc/oil.nvim/issues/690) | `OilFileIcon` highlight group | fixed | | [#692](https://github.com/stevearc/oil.nvim/issues/692) | Keymap normalization | cherry-picked ([#725](https://github.com/stevearc/oil.nvim/pull/725)) | | [#699](https://github.com/stevearc/oil.nvim/issues/699) | `select` blocks UI with slow FileType autocmd | fixed ([#106](https://github.com/barrettruth/canola.nvim/pull/106)) | -| [#707](https://github.com/stevearc/oil.nvim/issues/707) | Move file/dir into new dir by renaming | open | +| [#707](https://github.com/stevearc/oil.nvim/issues/707) | Move file/dir into new dir by renaming | duplicate of [#117](https://github.com/stevearc/oil.nvim/issues/117) | | [#710](https://github.com/stevearc/oil.nvim/issues/710) | buftype empty on BufEnter | fixed ([#10](https://github.com/barrettruth/canola.nvim/pull/10)) | | [#714](https://github.com/stevearc/oil.nvim/issues/714) | Support question | not actionable — answered | | [#719](https://github.com/stevearc/oil.nvim/issues/719) | Neovim crash on node_modules | not actionable — libuv/neovim bug |