Re: [Vim-latex-devel] jump to error doesn't jump

2007-06-12 Thread Martin Sander
Hey list. Like others I have been annoyed by the non-working jump to error behaviour in the quickfix window, and although I am not a hacker I found a workaround (it hasn't undergone any testing yet, but it works for my little project now). I do :let g:Tex_CompileRule_dvi='latex

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 buffer PlugTex_Compile :call Tex_RunLaTeX()\|redraw!crcr endif by the way, I added another cr to the end of

[Vim-latex-devel] annoying press-enter-or-command message when inverse searching

2008-01-23 Thread Martin Sander
Hey list. I have spent some time now and it is really annoying. When I do inverse searching from xdvi (which was hard to set up in the first place..), I get this awful annoying Press ENTER or type command to continue message most of the time, although there is no long message shown. I

Re: [Vim-latex-devel] Extra double quote within align environments

2008-03-07 Thread Martin Sander
On Fri, Mar 07, 2008 at 05:19:27PM -0600, Rhys Ulerich wrote: Is anyone else experiencing an extra double quote within align* environments? E.g., \begin{align*} \end{align*}++ after the environment insertion ends. It occurs when hitting F5 and selecting align or align*

[Vim-latex-devel] fixing bugs in vim-latex

2008-05-30 Thread Martin Sander
On Sat, May 31, 2008 at 12:20:33AM +0200, Till Maas wrote: Hi Martin, About the bug I asked you to reproduce: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460555 I can reproduce it, when I use these settings: se showcmd and se columns=50 It gets stranger by the minute. I remember now

Re: [Vim-latex-devel] Compilation

2008-06-19 Thread Martin Sander
On Wed, Jun 18, 2008 at 01:14:10PM -0400, Ted Pavlic wrote: :map \lz \ll\lvCR By putting that CR in there, it should get you passed some of the Press enter to continue prompts after compilations. I don't use this method. It's just a guess. In .vim/after/ftplugin/tex.vim: if