commit | 1671f4488105ee12a6a8558ae351436c26ab55fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 10 07:48:13 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 10 07:48:13 2020 +0100 |
tree | 2e6bd3ba9c7cb5a443d97c03bc82046ff3ce087c | |
parent | 5269bd2a724fdb8c16c9635ef744a670f1bc8bd5 [diff] [blame] |
patch 8.2.0369: various Normal mode commands not fully tested Problem: Various Normal mode commands not fully tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5751)
diff --git a/src/version.c b/src/version.c index b02d56a..0efa4f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 369, +/**/ 368, /**/ 367,