On Nov 13, 2:27 pm, "François Ingelrest"
<[EMAIL PROTECTED]> wrote:
> I'm not sure at all if it's because of this, but have you tried to
> double blackslashes (i.e., 'e:\\VIM_Email\\email.vim')?
I'm pretty sure this isn't the cause. I am almost certain that
removing the single quotes, as Erik suggests, will fix your problem.
Windows (which I assume you're running under, since you use the
backslash as a path separater, and the E:\ "drive letter" construct)
does not recognize single quoted strings. Either replace them with
double quotes, or get rid of them entirely. Since you don't have any
space characters in your path, I would suggest the latter.
Vim in Windows understands the backslash path separater perfectly
fine, though if it worries you, Windows also understands the forward
slash fine, so you could use that instead.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---