E127
vim Cannot redefine function {name}: It is in use
A function definition with ! was attempted on a function that is currently executing. Recursive redefinition is not permitted; wait until the function call stack unwinds.
A function definition with ! was attempted on a function that is currently executing. Recursive redefinition is not permitted; wait until the function call stack unwinds.