Closed stac47 closed 3 years ago
This suggested fix seems to match the one for vim-fugitive in tpope/vim-fugitive@4cdeff8c33ec2fe0686324bf1846ce158c452754, and tab-completion for TBrowseScriptnames
continues to work after the removal in 8.2.3141.
Worked for me too.
It works for me too.
@tomtom can you kindly merge this?
Thank you very much! You are right in that the complete argument should be removed.
Hello,
Starting vim 8.2.3141 with the tlib_vim plugin will raised the following error message at startup:
The reason is the following change in vim:
https://github.com/vim/vim/commit/de69a7353e9bec552e15dbe3706a9f4e88080fce
Which forbid the
com[mand]
command with the combination of-nargs=0
and-complete
options.More context can be found there: https://github.com/vim/vim/issues/8541.