mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00

Problem: TextChanged autocommand not triggered under some circumstances
(Sergey Vlasov)
Solution: Trigger TextChanged when TextChangedI has not been triggered
fixes: vim/vim#14332
closes: vim/vim#14339
8603270293
Co-authored-by: Christian Brabandt <cb@256bit.org>