E121: Undefined variable: files
Closed this issue · 2 comments
craigmac commented
I get this error for all of the defined commands (replace 'files' with 'colors', 'ag', etc.), updated to latest commit just now and I'm on macvim 9.0.1403.
Donaldttt commented
Hi,
I am not able to reproduce this error using macvim 9.0.1403 with the following minimal configuration .vimrc.
set rtp+=~/.vim/plugged/fuzzyy
let mapleader=","
Are you using any plugin manager and if you have time could you try if you can reproduce this error with minimal configuration?
Donaldttt commented
I think I found the problem it seems when a vim9script reloads its script-local functions and variables will all be deleted. It should be fixed by the latest commit.