nvim-tree.lua/lua/nvim-tree
Jie Liu 63c7ad9037
fix(#2961): windows: escape brackets and parentheses when opening file (#2962)
* Revert "fix(#2862): windows path replaces backslashes with forward slashes (#2903)"

This reverts commit 45a93d9979.

* fix the case when '()' and '[]' are both in file path

* remove debug messages

* remove unnecessary comments

* add is_windows feature flag when normalizing path

* add is_windows flag for filename change

* Revert "add is_windows flag for filename change"

This reverts commit ada77cb7e9.

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2024-10-25 11:11:21 +11:00
..
actions fix(#2961): windows: escape brackets and parentheses when opening file (#2962) 2024-10-25 11:11:21 +11:00
appearance chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
explorer chore: TODO issue links 2024-10-14 10:47:41 +11:00
git chore: TODO issue links 2024-10-14 10:47:41 +11:00
iterators chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
marks fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
node fix(#2947): root is never a dotfile, so that it doesn't propagate to children (#2958) 2024-10-14 18:56:43 +11:00
renderer fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
api.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
buffers.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
commands.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
core.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
diagnostics.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
enum.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
events.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
help.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
keymap.lua chore: style: align_continuous_similar_call_args (#2937) 2024-09-30 15:34:01 +10:00
legacy.lua chore: style: align_continuous_similar_call_args (#2937) 2024-09-30 15:34:01 +10:00
lib.lua chore: fix lib prompt doc for neovim nightly (#2966) 2024-10-25 11:10:07 +11:00
log.lua fix(#2945): stack overflow on api.git.reload or fugitive event with watchers disabled (#2949) 2024-10-11 13:47:01 +11:00
notify.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
utils.lua fix(#2961): windows: escape brackets and parentheses when opening file (#2962) 2024-10-25 11:11:21 +11:00
view.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
watcher.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00