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.
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.