tomtom/tlib_vim

line 77: E1208: -complete used without allowing arguments in vim 8.2.3570

zuloloxi opened this issue · 1 comments

Hello,
To solve the error :
line 77: E1208: -complete used without allowing arguments in 70c4e22
I modified the line 77 like :
command! -nargs=? -complete=command TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()
and tested here :
zuloloxi/vim@32ddf80

Please update the plugin. See the related issues.