yegappan / taglist

Source code browser plugin for Vim
BSD 2-Clause "Simplified" License
88 stars 39 forks source link

autocmd Cursorhold calls missing function #7

Closed Hans-Guenter closed 2 years ago

Hans-Guenter commented 2 years ago

The autocmd Cursorhold command at line 1188 in autoload/taglist.vimm at line 1188 calls a missing function. The correct function name seems to lack a leading "s:". (i.e. call s:Tlist_Window_Show_Info())

A related issue is that function! s:Tlist_Ballon_Expr needs to be renamed function! taglist#Tlist_Ballon_Expr because it's used in the balloonexpr and thus not evaluated in a script context.

yegappan commented 2 years ago

Thanks for reporting these issues. I have pushed fixes for these.