commit | f9ab52e155dc13f59b654d754041fe78e17b9074 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 05 19:57:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 05 19:57:18 2020 +0200 |
tree | 2623a6b84c994bb0459d744e7432da1409b3cc2a | |
parent | 221fcc741a6660bfc3fd0d64937d0c15bb71f51d [diff] [blame] |
patch 8.2.0698: insert mode completion not fully tested Problem: Insert mode completion not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6041)
diff --git a/src/version.c b/src/version.c index edbfa93..213a41d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 698, +/**/ 697, /**/ 696,