momodalo / vimtouch

vimtouch
Apache License 2.0
349 stars 71 forks source link

Open File fails with filenames that have spaces #22

Closed bacam closed 11 years ago

bacam commented 11 years ago

Attempting to use the Open File menu option and activity to open a file fails if the filename has a space in it. The error message "E172: Only one file name allowed" is briefly displayed. It looks like the filename needs to be escaped somewhere, because I get the same error if I use ":e foo bar" without a .

rtfb commented 11 years ago

Fixed with 1269ddd