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