mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 09:50:19 +10:00
This reverts commit6e12ef4a7b> 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 ``` (cherry picked from commit07a207a5f1)
4.0 KiB
4.0 KiB