-
-
Notifications
You must be signed in to change notification settings - Fork 618
Parent folder deleted when deleting a folder starting with $ #2733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Reproduced for trash, not for delete. I'd be grateful if you tested a fix #2735 cd /path/to/nvim-tree.lua
git pull
git checkout 2733-escape-trash-path When you're finished testing: git checkout master |
alex-courtis
added a commit
that referenced
this issue
Mar 31, 2024
just tested |
alex-courtis
added a commit
that referenced
this issue
Apr 2, 2024
Apologies @sleewoo : on consideration I made a further change: #2735 (comment) I'd be most grateful if you could test again. |
@alex-courtis |
alex-courtis
added a commit
that referenced
this issue
Apr 6, 2024
This was referenced Apr 6, 2024
This was referenced Sep 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
If deleted folder starts with
$
then parent folder deleted instead!In video trying delete
api/$crud
but wholeapi
deleted instead!Peek.2024-03-30.23-10.mp4
Neovim version
Operating system and version
Linux 6.5.13-7-MANJARO x86_64
Windows variant
No response
nvim-tree version
ddd1d6e
Clean room replication
Steps to reproduce
open tree and delete
$crud
insideapi
folderExpected behavior
should delete
$crud
folderActual behavior
it is deleting whole
api
folderThe text was updated successfully, but these errors were encountered: