Re: [Vim-latex-devel] Using option -sourceposition with xdvi
Brought to you by:
srinathava,
tmaas
From: Jens M. <jen...@gm...> - 2010-01-29 08:09:56
|
> > 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. Thanks. I'll provide some diff the next time. Probably I was too much into so the problem forgetting to properly explain it. Regards, Jens |