Re: [Vim-latex-devel] strange error with <mapleader>ll
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-11-30 03:20:18
|
This was a concious decision on my part. It seemed to be useful to make the user see the messages like: "re-running to get cross-references right" etc... Therefore \ll does not use silent! whereas the menu thing apparently does... For now you could put something like this in your ~/.vim/after/ftplugin/tex.vim file (note its ~/.vim/after not just ~/.vim): nnoremal <leader>ll :silent! call RunLaTeX() NOTE: From recent versions RunLaTeX has been renamed to Tex_RunLaTeX() On Sat, 29 Nov 2003, Bj=F6rn Michaelsen wrote: > not finding error pattern anywhere in quickfix window : > not finding error pattern anywhere in quickfix window : Actually, now that I think of it, it might be possible to supress this message without resorting to silent!... Maybe I will see why this message is being generated... > BTW vim-latex is now in gentoos portage (unstable), see > http://packages.gentoo.org/search/?sstring=3Dlatexsuite > (Hopefully bumped to version 1.5 when you take a look ;-) ) Excellent! Thanks for doing this... BTW, I have been updating version 1.5 and backporting bug-fixes to the branch... There have been several bug-fixes since 1.5-rc1. Thanks, Srinath |