Just installed gvim on windows 7 for the first time, and I'm having a problem opening some files. When I open files vim seems to flash up a cmd window for a few second before closing it (too quickly to make out the contents,) and I end up with a C:/Program folder, and a /Files/vim/vimfiles/doc/ in the directory of the file I just opened. I can see it's trying to access C:/Program Files/vim/vimfiles/doc, which is where vim is installed, however it's choking on the space, and I'm not familiar enough with gvim to work out why. Any and all ideas are greatly appreciated.
feedback
|
|
Thats because vim is actually vim.bat and is a console program. You should associate gvim as the default program. | |||||||
feedback
|
|
Do you use an alias or a batch-file to open your files with vim ? Didn't you forget to surround the parameters to vim with quotes ? | |||
feedback
|