[Vim-latex-devel] \lv does not work on windows using AcroRd32
Brought to you by:
srinathava,
tmaas
From: Thomas I. <tho...@or...> - 2006-09-14 10:52:54
|
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 |