commit | 818fc9ad143911b2faa0d7cee86724aa70a02080 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 21 17:54:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 21 17:54:45 2020 +0100 |
tree | e720688cb917f3fdd28739a4fc2340b270332235 | |
parent | 09f28f49c9b5973593f8a9b445cdc2ed3da630b6 [diff] [blame] |
patch 8.2.0293: various Ex commands not sufficiently tested Problem: Various Ex commands not sufficiently tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5673)
diff --git a/src/version.c b/src/version.c index 8aca276..196941f 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 293, +/**/ 292, /**/ 291,