Hi, Since 8.2.4073, I got this kind of below errors at gvim 8.2.4074 startup x86 under Win10.
As if the legacy vimscript were checked or compiled in connection with vim9. Only found in $MYVIMRC this eventually related link to vimscript that cause errors. Thank you for your advise. NiVa command! -nargs=0 Select :call utils#SelectMakefileProject() command! -nargs=0 Tags :call utils#Tags() | exe "set tags+=.,".substitute(getcwd(),'\\','\/',"g").'/tags' *Error detected while processing D:\Logiciels\Vim\vimfiles\plugged\niv-utils\plugin\utils.vim:line 11: * *E121: Undefined variable: selfE116: Invalid arguments for function copy(self) * *line 13:E121: Undefined variable: a:0line 19: * *E700: Unknown function: s:_process_defaultE121: Undefined variable: newObj line 22: * *E133: :return not inside a functionline 23: * *E193: :endfunction not inside a functionline 26: E121: Undefined variable: selfE116: Invalid arguments for function has_key(self, '_attributes')line 30: E121: Undefined variable: a:val* -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/cbd307d8-509b-41bc-a030-3a126a7ed90an%40googlegroups.com.
