commit | 4ccaedfcd7526983f4b6b3b06b0bfb54f333f1f3 | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Sat Oct 15 11:48:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 11:48:00 2022 +0100 |
tree | ba5cebcced4528b7a7ce20ccc5f546f4bd8585ed | |
parent | d988ef3a555df2c686899a74393ed53b3186370c [diff] [blame] |
patch 9.0.0756: no autocmd event for changing text in a terminal window Problem: No autocmd event for changing text in a terminal window. Solution: Add TextChangedT. (Shougo Matsushita, closes #11366)
diff --git a/src/version.c b/src/version.c index a917dfd..d987d91 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 756, +/**/ 755, /**/ 754,