Menu

#45 Forward search broken for a generic UNIX viewer

v1.0 (example)
open
nobody
5
2015-03-15
2015-03-15
6alfalfa9
No

in

ftplugin/latex-suite/compiler.vim:424 function! Tex_ForwardSearchLaTeX()

variable execString does not contain a viewer executable name.
Possible fix: move line 399:

let execString .= viewer." "

out of if block (swap with previous line).

When I did it, I was able to get forward search with Evince through evince_dbus.py

Discussion


Log in to post a comment.