I managed to let forward search work on my Windows machine with the following specification in my _vimrc:
let g:Tex_ViewRule_pdf = 'C:\Program Files\SumatraPDF\SumatraPDF.exe -reuse-instance -inverse-search "\"C:\vim\vim74\gvim\" -c \":RemoteOpen +\%l \%f\"" '
The environment: I am running a Gvim installation on a Windows machine, with latest SumatraPDF (removing the Tab feature) and have applied this patch that aimed at fixing the forward search problem.
However, it only works in a very restrictive way:
When I want to use the <leader>ls mapping to trigger a forward jump, I would encounter a 10 seconds delay if I have any SumatraPDF window opened.
Only when there is no SumatraPDF.exe running, may I get a instant forward jump.
Any help that may help me out of this akward situation is well applaused!
Thank you!
Posts that relates to the forward search problem: