On 29 Sep 2010, at 18:19, Byungchul Cha wrote:
> Hi.
>
> I use vim for editing my latex file, but I do not use the vim-latex
> suite. I have the following line
>
> :map <F5> :w <CR> :!pdflatex --shell-escape % <CR> :!open -a Skim.app
> %<.pdf <CR>
>
> in my .vimrc file. This works for me when I use vim in terminal.
>
> I have the same line above in .gvimrc, but, there is an issue when I
> use MacVim. The problem for me is that MacVim does not show the latex
> compiling message after compilation and opens Skim. (Well,
> technically, it does show the mesage but it disappears fast as it
> opens Skim next.) I would like to glance the message before I go back
> to editing.
>
> I do not have this problem when I use vim in terminal, so, I suppose
> there must be a way to fix this.
>
> Thanks.
One can recall such messages by using :messages command; also, I would consider
setting the 'makeprg' value to your pdflatex command and mapping <F5> to :make
instead
Dave H
--
"Never attribute to malice that which can be adequately explained by stupidity."
-- Robert J. Hanlon
--
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php