From 276c2b454b562849388b7233593119a02bcc3e24 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 13 Mar 2026 21:28:06 -0400 Subject: [PATCH] docs(upstream): mark #675 as duplicate of #117 Problem: Issue #675 (move file into folder by renaming) is an exact duplicate of #117, which is the original request with ~20 comments, stevearc acknowledgment, and a linked POC PR #708. Solution: Update `doc/upstream.md` to mark #675 as a 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 2c3cd2d..8b21b74 100644 --- a/doc/upstream.md +++ b/doc/upstream.md @@ -124,7 +124,7 @@ issues against this fork. | [#670](https://github.com/stevearc/oil.nvim/issues/670) | Multi-directory cmdline args ignored | fixed ([#11](https://github.com/barrettruth/canola.nvim/pull/11)) | | [#671](https://github.com/stevearc/oil.nvim/issues/671) | Yanking between nvim instances | not actionable — addressed upstream by clipboard actions | | [#673](https://github.com/stevearc/oil.nvim/issues/673) | Symlink newlines crash | fixed | -| [#675](https://github.com/stevearc/oil.nvim/issues/675) | Move file into folder by renaming | open | +| [#675](https://github.com/stevearc/oil.nvim/issues/675) | Move file into folder by renaming | duplicate of [#117](https://github.com/stevearc/oil.nvim/issues/117) | | [#676](https://github.com/stevearc/oil.nvim/issues/676) | Windows path conversion | not actionable — Windows-only | | [#678](https://github.com/stevearc/oil.nvim/issues/678) | `buftype='acwrite'` causes `mksession` to skip oil windows | open | | [#679](https://github.com/stevearc/oil.nvim/issues/679) | Executable file sign | cherry-picked ([#698](https://github.com/stevearc/oil.nvim/pull/698)) |