AndrewRadev / undoquit.vim

Undo a :quit -- reopen the last window you closed
https://www.vim.org/scripts/script.php?script_id=5725
MIT License
64 stars 4 forks source link

Files in directories containing spaces cannot be re-opened. #3

Closed jordwalke closed 9 years ago

jordwalke commented 9 years ago

The error message reads:

Only one file name allowed: leftabove vsplit /Path/to/directory with spaces/someFile.txt

Looks like it should be an easy fix.

Thank you for being so responsive on issues for undoquit and all your other plugins - they definitely help me to be more productive.

AndrewRadev commented 9 years ago

Thank you for the kind words :).

You're right, it's a small issue of escaping spaces. I've pushed a commit that should fix this. Could you try it out and let me know if it works okay?

jordwalke commented 9 years ago

I will let you know if I see any issues. I'm sure it will work fine. Closing.