Control: reassign -1 vim-tlib Control: forcemerge 996477 -1 On Wed, Jun 08, 2022 at 03:25:42PM -0500, Tim McConnell wrote: > What led up to the situation? Unknown, error just started appearing. > > What exactly did you do (or not do) that was effective (or ineffective)? > Unknown if an update caused this. > > What was the outcome of this action? when I try to launch VIM or GVIM, etc. I > get this error(?) every time: > Error detected while processing /var/lib/vim/addons/plugin/02tlib.vim: > line 77: E1208: -complete used without allowing argumentsPress ENTER or type > command to continue
The error is being reported from /var/lib/vim/addons/plugin/02tlib.vim. The problem is in the vim-tlib package, not vim-addon-manager. The issue is that Vim became more strict about how user commands are defined and this plugin is violating that. It's defining a command that doesn't accept any arguments (-nargs=0) but is then specifying a mechanism to define completions for arguments to the command (-complete=command). Reassigning to the vim-tlib package and marking it as a duplicate of the existing issue. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB