How to make Vim auto-complete with / for path instead of \ -


currently vim pop-ups path completion, shows ..\css\style.css but, backslashes doesn't work in firefox reason, so, want vim auto-complete ../css/style.css (notice, difference in slashes).

how achieve this? thanks.

set shellslash 

?

even on windows, never use noshellslash.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -