[Vim-latex-devel] [PATCH] bug when launching the viewer on Mac OS X
Brought to you by:
srinathava,
tmaas
From: William (B.J.) S. O. <aet...@gm...> - 2009-03-02 20:06:03
|
I am resubmitting my patch from a few weeks ago with [PATCH] in the subject line. In both the most recent release (latexSuite20060325.tar.gz) and in the SVN trunk, calling Tex_ViewLaTeX() multiple times on Mac OS X causes the s:viewer variable to get '-a ' prepended to it each time Tex_ViewLaTeX() is called. This means that Tex_ViewLaTeX() only works every other time it is called. My patch fixes this by changing the code that constructs the `open' command to insert the '-a ' string without modifying s:viewer. Attached should be two patches: * against_release.diff is a patch against the latexSuite20060325.tar.gz archive hosted on the http://vim-latex.sourceforge.net download page. * against_trunk.diff is the same patch, but against the subversion trunk. Thanks to all others who have contributed to this great project! -- ...................................................................... William (B.J.) Snow Orvis PGP Fingerprint: aet...@gm... E6DC E687 EBB7 E99C 1BCE http://ouroboros.homedns.org D04F 057B 0CD0 8A49 3E98 Random link: xkcd - A webcomic of romance, sarcasm, math, and language: http://xkcd.com/ |