]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2075: TextChangedI may not always trigger v9.0.2075
authorChristian Brabandt <cb@256bit.org>
Fri, 27 Oct 2023 17:26:49 +0000 (19:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 27 Oct 2023 17:26:49 +0000 (19:26 +0200)
commit4bca4897a12dfb91b3b27e3083fd5f370bd857d1
treefb1e1775a2407a3865e97822f14a4996b4278294
parentdaef8c74375141974d61b85199b383017644978c
patch 9.0.2075: TextChangedI may not always trigger

Problem:  TextChangedI may not always trigger
Solution: trigger it in more cases: for insert/
          append/change operations, and when
          opening a new line,

fixes: #13367
closes: #13375

Signed-off-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
src/edit.c
src/normal.c
src/ops.c
src/testdir/test_autocmd.vim
src/version.c