[Vim-latex-devel] Issue with includegraphics tex-completion and Tex_ImageDir
Brought to you by:
srinathava,
tmaas
From: Kay S. <kay...@ma...> - 2009-04-21 15:36:50
|
Hey, I use the latest svn trunk version. If I leave the > TexLet g:Tex_ImageDir = '' in texrc the <F9>-completion of \includegraphics{ aborts without any message. Setting it to > Tex_ImageDir = '.' brings the completion back to life. So this could be a better default value. But the inserted path way too long, e.g. ..//home/.../tex/file Changing the param value for the root dir for Tex_SetupFileCompletion to '' solves this problem for me. I have attached a tiny patch... maybe someone can use it sometime. Kind regards, Kay |