Re: [Vim-latex-devel] output of xdvi shows in tex-file
Brought to you by:
srinathava,
tmaas
From: Qiuye W. <qi...@gm...> - 2007-11-21 22:00:26
|
On Mon, Nov 19, 2007 at 02:19:17PM +0100, Thomi Dammann wrote: > >> when i press \lv or \ls in vim, ie launch the xdvi i always got the >> output info of xdvi in the line of my tex file, where the cursor were. >> It's really annoying although they just show temporary (they will >> disappear if i move the cursor down or up till they are out of the >> sight). >To redraw the screen on xterm use <CTRL>L. This is much simpler than >scrolling the screen up and down. > >To get rid the messages you can try > >:let g:Tex_ViewRule_dvi='xdvi>/dev/null 2>/dev/null'. (assuming you use >Unix). Thank you for the hints, i've found the way to keep the xdvi normally work and now it's quite, but the `2>/dev/null' is also a good idea. Thanks anyway. Cheers, QY |