Hi Jason,
It could be that the message disappears because the command line window only
has one line... so try increasing the number of lines in the command line
window with:
:set ch=20
for example. Then try compiling... and maybe the error message will be
visible then. (Use the same command to r
Hi Martin and Mirko,
Thank you both for your replies - glad to see I'm not alone with this
problem!
Martin, thanks for your suggestion which works for me. I've updated my
.vim/after/ftplugin/tex.vim file with the following (I don't know how to
test for "if not" so I've put the statement in the "e
On Tue, Nov 20, 2007 at 01:29:41PM +, Stephen Wilkinson wrote:
> I don't know how to > test for "if not" so I've put the statement in
> the "else" part
if !has("gui_running")
:nnoremap Tex_Compile :call Tex_RunLaTeX()\|redraw!
endif
by the way, I added another to the end of the line