commit | db3b44640d69ab27270691a3cab8d83cc93a0861 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Oct 16 11:58:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 11:58:55 2021 +0100 |
tree | 7ed9b25f311e2b6b1790cb0903314493f5e460c2 | |
parent | 7b5f45be2197403d631b5a3d633f6a20afdf806e [diff] [blame] |
patch 8.2.3517: TextChanged does not trigger after TextChangedI Problem: TextChanged does not trigger after TextChangedI. Solution: Store the tick separately for TextChangedI. (Christian Brabandt, closes #8968, closes #8932)
diff --git a/src/version.c b/src/version.c index dfe5139..d142759 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3517, +/**/ 3516, /**/ 3515,