I have an update for users using gVim on Windows:
Open "compiler.vim" file found in ~/.vim/ftplugin/latex-suite
Search for all occurrences of start. Add a space between start and opening 
single quote. 

Reason: gVim will not accept parameters when you execute :!start, instead for 
you to pass an argument, there must be space before start. So, the command will 
look like :! start <file-name>. We are just adding that space in front of all 
executable start commands present in the file.

Worked flawlessly for me.
Note: I have also set Tex_defaultTargetFormat and Tex_ViewRule_pdf.

-- 
-- 
You received this message from the "vim_use" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to