[Vim-latex-devel] Completion \ref when the tex document has spaces in the path.
Brought to you by:
srinathava,
tmaas
From: Peter L. <pr...@le...> - 2009-04-23 09:46:10
|
Hi there, Completion of \ref tags isn't working for me when the .tex document I'm editing is in a directory which has spaces in the path. It shows the list of labels to choose from, but when I press enter, I get the following error: E172: Only one file name allowed. Which I guess means that the space is making the completion script think that it's multiple arguments (files). Is there a way to fix this behaviour? I'm using vim 7.2, python 2.6.1 and latex-suite 20060325. Thanks! Pete. |