commit | 9773db6f9bce7a6f063e23179976d7825ace4d72 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Feb 14 11:10:59 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 11:10:59 2022 +0000 |
tree | 9fcc231d9f2bd8e92403938bde3c33a2b1e06f17 | |
parent | 4b1d9639726ebe1630991488a1314db628b6b854 [diff] [blame] |
patch 8.2.4376: not enough tests for command line completion Problem: Not enough tests for command line completion. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #9771)
diff --git a/src/version.c b/src/version.c index a7a39e9..03990c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4376, +/**/ 4375, /**/ 4374,