commit | dca29d9cf46cd1d4d4519211c7af78b6b1c56960 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Aug 31 19:12:51 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 31 19:12:51 2021 +0200 |
tree | 1de7d368ec90100da96815643ed82df70902002e | |
parent | 4eaef9979fc5032606897963f1af37674ee0d422 [diff] [blame] |
patch 8.2.3389: cannot stop insert mode completion without side effects Problem: Cannot stop insert mode completion without side effects. Solution: Add CTRL-X CTRL-Z. (closes #8821)
diff --git a/src/version.c b/src/version.c index 7aef272..fd854d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3389, +/**/ 3388, /**/ 3387,