Monday, December 31, 2012

Re: Opening/creating a filename with a space using the :e command?

On 12/31/12 09:48, delph367 wrote:
> Do I need to do some kind of special escape sequence in order to
> open it, or is VIM just designed such that I can't do this?

I don't know which OS you're on, but you might try using a backslash
to escape the space:

:e ~/path/to/file\ with\ space

or, you can try using <tab> expansion to let Vim auto-complete the
filename.

-tkc



--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: