Re: [Vim-latex-devel] Compilation (Correction)
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2008-06-18 10:13:51
|
On Wed June 18 2008, Simon Friedberger wrote: > let g:Tex_ViewRuleComplete_pdf = 'evince $* &' > didn't work I had to add a ".pdf" > let g:Tex_ViewRuleComplete_pdf = 'evince $*.pdf &' Btw, This beheavior is documented in: vimfiles/ftplugin/latex-suite/texrc Regards, Till |