Vadim Zeitlin wrote: > When a file name is completed in insert mode using Ctrl-X > Ctrl-F Win32 version of gvim helpfully "corrects" the path > separator characters to fit those used by the current > platform. So under Windows pressing Ctrl-X Ctrl-F after > typing "include/foo/" results in "include\foo\bar" which, > while undoubtedly logical, is never what I want: I'd like the > slashes to be preserved. Does anybody have any idea about how > to achieve this?
See if the following helps (I haven't used it): :set shellslash However, I think it would give trouble if you ever invoke an external program from within Vim. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
