On Wednesday, March 6, 2013 3:49:11 PM UTC-6, FlashBurn wrote: > > I think I know where the problem is. > It is the spaces in the path. The error.err file is created. But when vim > tries to open there it sees spaces in it, that's why it can't open it. The > solution, I decided to use is the 8dot3 path. Thanks for the help everyone.
That's an acceptable workaround, I think. But maybe it should be supported if it actually isn't. I personally avoid using paths with spaces whenever possible, especially now that I'm on Windows 7 and can use C:\Users instead of "C:\Documents and Settings". To make it even nicer for yourself, Vim can automatically build the 8.3 path for you. See: :help fnamemodify() :help filename-modifiers -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
