Re: [Vim-latex-devel] Using option -sourceposition with xdvi
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2010-01-28 23:52:04
|
On Sat, Jan 16, 2010 at 12:24:18PM +0100, Jens Mueller wrote: > I found a little problem when viewing dvi files using \ls. You only run > into this problem if your tex file starts with a digit. Please explain next time the problem you have, if you have one. > >From the xdvi manpage (under -sourceposition): > "The space before filename is only needed if the filename starts with > a digit. When the space is used, the argument needs to be encosed in > quotes to prevent the shell from misinterpreting the space as argument > separator." > > That's why I think we should change > -sourceposition '.line('.').expand("%").' ' > to > -sourceposition "'.line('.').' '.expand("%").'" ' > in ftplugin/latex-suite/compiler.vim I could not really parse this with my eyes, please provide a unified diff next time. It can be created with: diff -u old_file changed_file Nevertheless, I expect the bug to be fixed in revision 1102. Regards Till |