commit | ea3db914c0fa35797ad73f6d5bb3a4288d690065 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 15:32:13 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 15:32:13 2020 +0100 |
tree | d733386620b647bdd10756f7955228ea9ce3ed4c | |
parent | d98c0b63abd7b0e61a383669474abe96044615af [diff] [blame] |
patch 8.2.0197: some Ex commands not sufficiently tested Problem: Some Ex commands not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5565)
diff --git a/src/version.c b/src/version.c index 8c5cb53..800d7e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 197, +/**/ 196, /**/ 195,