There was an earlier post on this with the subject "Adobe Acrobat 7.0 (Full version) with Vim-LaTeX" and I would have replied to that, but unfortunately I am new to the mailing list and I can't work out how to reply to older posts.
Anyway the problem is indeed that: ":!start AcroRd32" causes an error, but ":! start AcroRd32" works fine. To work around this problem I changed line 290 of "$VIM/vimfiles/ftplugin/latex-suite/compiler.vim" from: "exec 'silent! !'.execString", to: "exec 'silent! ! '.execString" This solves the problem, however I realise this may cause other problems and should be done properly, but for my purposes it's ok as I only ever create and view pdfs. Tom ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel