commit | 59cb041d0a56d8555857da7e063ec61504ee1fa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 22:26:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 22:26:31 2019 +0100 |
tree | b67e68d0c5fc024935df991a115941a74b3e7b13 | |
parent | 0ce3733f7845013a66d90b193084a3664ad7ff99 [diff] [blame] |
patch 8.2.0023: command line editing not sufficiently tested Problem: Command line editing not sufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #5374)
diff --git a/src/version.c b/src/version.c index 2867702..5096633 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 23, +/**/ 22, /**/ 21,