commit | 9cd063e3195a4c250c8016fa340922ab21fda252 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Thu Oct 28 21:06:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 28 21:06:05 2021 +0100 |
tree | 1b7909f6165b6742f89bb3702d1bfac07c22d7ec | |
parent | 44db603f691b58a8531e8ff528e0a7ce644257b2 [diff] [blame] |
patch 8.2.3567: CTRL-I in Insert mode is not tested Problem: CTRL-I in Insert mode is not tested Solution: Add a test case. (Dominique Pellé, closes #8866)
diff --git a/src/version.c b/src/version.c index 570b7d0..68372cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3567, +/**/ 3566, /**/ 3565,