hi all, first at all i want to say that vim-latexsuite is a wonderful plugin to me. Just a little problem with the pdf viewer, wen i run the viewer with <Leader>lv all warnings and errors from viewers (xpdf or evince) are printed in the screen where vim is running. Wen I swap to vim I have to repaint the window (with CTRL-F plus CTRL-B for example) to see the tex code again. Running the viewer directly from vim ( :!evince file.pdf) got the same behavior, it is only avoided with :!evince file.pdf &>/dev/nul &
Is there any way to avoid this, for example introducing this command in tex.vim? I've try with let g:Tex_ViewRule_pdf = 'evince $ &>/dev/null&' without luck. Thank in advanced -- Gastón Araguás ______________________________________________________ CIII - Centro de Investigación en Informática para la Ingeniería Univ. Tecnológica Nacional Facultad Regional Córdoba. Argentina ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel