commit | 378e6c03f98efc88e8c2675e05a548f9bb7889a1 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Jan 14 11:46:49 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 11:46:49 2023 +0000 |
tree | 5be99f47c5f9a62460c63f60047221bc69c8c928 | |
parent | b40a2fb3b3e4fef137eebb3bab9c02adc5540658 [diff] [blame] |
patch 9.0.1195: restoring KeyTyped when building statusline not tested Problem: Restoring KeyTyped when building statusline not tested. Solution: Add a test. Clean up and fix other tests. (closes #11815)
diff --git a/src/version.c b/src/version.c index 65c9e35..7a02894 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1195, +/**/ 1194, /**/ 1193,