[Vim-latex-devel] [Contact] BUG: forward search does not work with 1-chapter.tex
Brought to you by:
srinathava,
tmaas
From: Jan H. <vim...@so...> - 2004-10-18 17:25:32
|
Hi all, if you use latex filenames starting with number (e.g. 1-chapter.tex) so the forward search does not work (with xdvi). The fix is easy - just add the space between linenumber and filename, when calling xdvi in file ftplugin/latex-suite/compiler.vim the line 336&342 sould be changed from ....line('.').Tex_GetMainFileName( to ....line('.').'\ '.Tex_GetMainFileName( Jan PS It took me a while to find that the bug is not in xdvi nor srcltx.sty! |