neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 07a207a5f16be98053a56cc0a20d182717deaf54
parent 644c6188254b79c8a200ba474cf3b9b478185e16
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Sun, 27 Apr 2025 15:49:00 -0700

Revert "fix(desktop): cannot open filename with spaces using OS file manager" #33684

This reverts commit 6e12ef4a7b4cd966244ac6bce2593943e7df7758

> Paths with spaces were already working. The original bug is most
> likely with user's terminal desktop entry, file manager or DE, and has
> nothing to do with nvim.desktop.

These are 3 different implementations that work correctly with unquoted %F and spaces:
```
$ DE=generic xdg-open "D I R/F I L E.txt" # pure bash
$ gio open "D I R/F I L E.txt" # glib2
$ handlr open "D I R/F I L E.txt" # rust
```
Diffstat:
Mruntime/nvim.desktop | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/nvim.desktop b/runtime/nvim.desktop @@ -78,7 +78,7 @@ Comment[wa]=Asspougnî des fitchîs tecses Comment[zh_CN]=编辑文本文件 Comment[zh_TW]=編輯文字檔 TryExec=nvim -Exec=nvim "%F" +Exec=nvim %F Terminal=true Type=Application Keywords=Text;editor;