nvim-tree.lua/lua/nvim-tree/actions/node
davisthedev 7c4c7e4e98
fix(#2352): windows: escape special filename characters on edit (#2374)
* Fix escape special characters on windows

fixes #2362

* use utils for windows check

* Add function to escape special chars on windows

* Change escape string function to use and/or

* Add nil check in escape special chars function

---------

Co-authored-by: Davis Sanders <dsanders@smartlink.city>
Co-authored-by: Alexander Courtis <alex@courtis.org>
2023-08-20 13:27:33 +10:00
..
file-popup.lua fix: replace vim.* "requires" with explicit calls to vim functions (#1701) 2022-11-06 10:37:33 +11:00
open-file.lua fix(#2352): windows: escape special filename characters on edit (#2374) 2023-08-20 13:27:33 +10:00
run-command.lua refactor(actions): move actions into semantic modules (#1410) 2022-07-10 09:47:52 +02:00
system-open.lua fix(#1831): remove windows executable functionality due to occasional vim freeze and performance concerns (#1868) 2022-12-31 12:34:55 +11:00