errors.fyi community error code reference
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.

References

← all namespaces