On Wed, Jun 18, 2008 at 01:14:10PM -0400, Ted Pavlic wrote:
> >>> :map \lz \ll\lv<CR>
>
> 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 !has("gui_running")
  :nnoremap <buffer> <Plug>Tex_Compile :call Tex_RunLaTeX()\|<cr><cr>
endif

But it worked a lot better in vim 7.0, now I have to press enter once in
a while.

Also, the earlier mentioned

>> call Tex_MakeMap(s:ml."lz", "<Plug>Tex_SaveCompileView", 'n',
>> '<buffer>')

Is not necessary, see:
:help autowrite

Happy vimming

Martin


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to