-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
copy/remove failed when shellslash is set under Windows #776
Comments
I just merged #935, and |
@PhilRunninger #935 did solves PS: I've no idea why changing |
I just pushed another commit to fix The reason I didn't modify |
that did solve the issue, thanks |
To assist in resolving your issue, provide as much information as possible, in place of the ellipses (
…
) below.Environment: Describe your Vim/NERDTree setup.
Process: List the steps that will recreate the issue.
navigate to nerdtree and press
m
to popup menu, pressc
ord
to copy or delete node, then it would fail, whilem
to move the node would successset noshellslash
before popup the menu would solve the issuehowever, simply
unset>save>restore
shellslash
inlib/nerdtree/path.vim
'ss:Path.copy(dest)
ands:Path.delete()
doesn't fix this problemThe text was updated successfully, but these errors were encountered: