-
Notifications
You must be signed in to change notification settings - Fork 3
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
"Cannot create target file" when target has backslash space in the name #3923
Comments
$ mkdir /tmp/test\\\ test |
This is unreproduceable for me in 4.8.21. Or your description is incomplete. |
This bug is present on git. Just tested.
|
Replying to sergio:
Yes, confirmed. |
Branch: 3923_escape_fileop_filename
The autocompletion is still not working correctly for such file/dir names. But this is a task of another ticket. |
|
Merged to master: [6cdd3b7].
|
|
Important
This issue was migrated from Trac:
sergio
(sergio+it@….net)$ mkdir /tmp/test
test
$ mc
goto '/tmp/test\ test'
trying to copy into '/tmp/test\ test' will give:
Cannot create target file "/tmp/test test/test"
No such file or directory (2)
The text was updated successfully, but these errors were encountered: