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. -- 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
