mirror of
https://github.com/vim-latex/vim-latex.git
synced 2026-05-31 11:18:38 +02:00
Fix F9 completion after "\includegraphics{".
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user