Revision: 1047
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1047&view=rev
Author: tmaas
Date: 2009-03-11 15:08:58 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
Patch by Thomas Ibbotson:
Make "F9 \ref" completion work if the path to vim contains a blank character,
e.g. on Windows.
Modified Paths:
--------------
trunk/vimfiles/ftplugin/latex-suite/texviewer.vim
Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2009-01-20 14:13:19 UTC (rev 1046)
+++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2009-03-11 15:08:58 UTC (rev 1047)
@@ -766,7 +766,7 @@
0put!=retval
else
- exec '0r!'.s:path.'/outline.py '.mainfname.' '.s:prefix
+ exec '0r!'.shellescape(s:path.'/outline.py').' '.mainfname.' '.s:prefix
endif
0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|