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.
A Vim script expression references a variable that has not been assigned. Declare and initialise the variable with :let before using it.