errors.fyi community error code reference
E121
vim

Undefined variable

A Vim script expression references a variable that has not been assigned. Declare and initialise the variable with :let before using it.

References

← all namespaces