Added comment to docs (#75)

This commit is contained in:
Karl Yngve Lervåg 2014-12-04 20:46:51 +01:00
parent 283fbeda8a
commit f9073001ec

View File

@ -786,7 +786,14 @@ web to find out how to do it. For example for SumatraPDF a working setup is: >
\ ':call remote_foreground('''.v:servername.''')^<CR^>\""'
Note that both of these commands assume that the folder that contains gVim.exe
is in your %PATH% environment variable.
is in your %PATH% environment variable. Also note that the simpler approach
let g:latex_viewer='SumatraPDF'
with `SumatraPDF settings > options > set inverse search command-line` set
to `gvim --remote-silent +%l "%f"` also works. However, this does not specify
the vim server, and if you have several vim instances running, then it might
not work as expected.
==============================================================================
MOTION *vim-latex-motion*