diff --git a/plugin/srcexpl.vim b/plugin/srcexpl.vim index dc14f81..cf5083e 100644 --- a/plugin/srcexpl.vim +++ b/plugin/srcexpl.vim @@ -524,6 +524,10 @@ function! SrcExpl_Refresh() return -4 endif + if bufname("%") == "__Tag_List__" + return -5 + endif + let l:expr = '\<' . s:SrcExpl_symbol . '\>' . '\C' " Try to Go to local declaration