Re: [Vim-latex-devel] Compilation
Brought to you by:
srinathava,
tmaas
From: Martin S. <fo...@un...> - 2008-06-19 22:32:32
|
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 |