[Vim-latex-devel] xdvi -> gvim searching
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2002-11-27 09:11:23
|
Hello, I had problem with xdvi->gvim searching (linux) In this line: exec '!'.s:viewer.' -editor "gvim --servername '.v:servername.' --remote-silent +%l %f" '.mainfname.'.dvi &' Percent signs were expanded into filenames. Was it a common thing or only specific to me and I should not commit this: exec '!'.s:viewer.' -editor "gvim --servername '.v:servername.' --remote-silent +\%l \%f" '.mainfname.'.dvi &' ^ ^ Second thing: IMO all calls to xdvi (or other dvi viewer) should give possibility to back-searching. Now xdvi->gvim searching works only after \lv, IMO it should work also after \ls. Are any contras? Mikolaj |