[Vim-latex-devel] [PATCH] Various plugin files fail when path names contain spaces
Brought to you by:
srinathava,
tmaas
From: Gary J. <gar...@sp...> - 2009-06-02 07:25:24
|
Svn is not installed on the Windows computers on which I use the vim-latex suite, so I attempted to get the latest versions on /trunk by downloading the tarball using the "Download GNU tarball" link on this page: http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ I discovered several places in various plugin files where other files were sourced without properly accounting for spaces in path names. I fixed each of these by adding calls to fnameescape(). Patches are attached. Regards, Gary |