Fix F9 completion after "\includegraphics{".

This commit is contained in:
inakacalm
2014-11-21 00:04:25 +09:00
committed by Till Maas
parent 5237834bcf
commit df006d52eb
+2 -2
View File
@@ -145,8 +145,8 @@ function! Tex_Complete(what, where)
\ '',
\ '^\.\\|\.tex$\\|\.bib$\\|\.bbl$\\|\.zip$\\|\.gz$',
\ 'noext',
\ Tex_GetVarValue('Tex_ImageDir', '.'),
\ Tex_GetVarValue('Tex_ImageDir', ''))
\ Tex_GetVarValue('g:Tex_ImageDir', '.'),
\ Tex_GetVarValue('g:Tex_ImageDir', ''))
elseif exists("s:type") && s:type == 'bibliography'
call Tex_SetupFileCompletion(