Donaldttt/fuzzyy

E121: Undefined variable: files

Closed this issue · 2 comments

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.

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?

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.