Ben Fritz
unread,Jul 7, 2011, 1:40:29 AM7/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_dev
On Windows, with gvim -N -u NONE -i NONE, I can :cd to a directory
containing a file whose name starts with a '+' character.
In order to edit this file, I must edit it with ./ prepended to the
file name, or give a full path.
Additionally, if I just press :e <Tab> to complete the file names, a
'\' is prepended, which on Windows at least, looks for the file in the
root directory, rather than escaping the '+'.