Forward Search broken in windows
Brought to you by:
srinathava,
tmaas
Need to replace line 359 of compiler.vim with following line to fix forward search
+ if (has('win32') && (viewer == "yap -1" || viewer == "YAP -1" || viewer == "Yap -1"))
- if (has('win32') && (viewer == "yap" || viewer == "YAP" || viewer == "Yap"))
Did you maybe configure somewhere to use yap with the command line argument "-1"? I am not quite sure, whether this change will really work for everyone. Since I do not use windows, I cannot test this. :-(