Re: [Vim-latex-devel] output of xdvi shows in tex-file
Brought to you by:
srinathava,
tmaas
From: Thomi D. <Th...@Fa...> - 2007-11-19 13:20:09
|
> 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). Regards Thomi |