]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0230: TextChanged autocommand not triggered under some circumstances v9.1.0230
authorChristian Brabandt <cb@256bit.org>
Sun, 31 Mar 2024 16:38:09 +0000 (18:38 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 Mar 2024 16:38:09 +0000 (18:38 +0200)
commit86032702932995db74fed265ba99ae0c823cb75d
treee803885d3ce0119602aebfdad0d09168a345bda4
parent18d730d7b5728c8f87272ac7047d86354013eeb9
patch 9.1.0230: TextChanged autocommand not triggered under some circumstances

Problem:  TextChanged autocommand not triggered under some circumstances
          (Sergey Vlasov)
Solution: Trigger TextChanged when TextChangedI has not been triggered

fixes: #14332
closes: #14339

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/edit.c
src/testdir/test_autocmd.vim
src/version.c