errors.fyi community error code reference
E855
vim

Autocommand nesting too deep

Autocommands triggered each other recursively beyond Vim's nesting limit. Inspect the autocmd chain with :autocmd and add guards such as checking a flag variable to prevent infinite re-triggering.

References

โ† all namespaces for E855