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
Post a Comment