Re: [Vim-latex-devel] Error when launching viewer with Vim.app on Mac OS X

2007-11-20 Thread Stephen Wilkinson
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

Re: [Vim-latex-devel] text clobbered in vim (but not gvim)

2007-11-20 Thread Stephen Wilkinson
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

Re: [Vim-latex-devel] text clobbered in vim (but not gvim)

2007-11-20 Thread Martin Sander
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