commit | c2a60ae10e7badad9186de59a9994fc8c9f539e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 16:19:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 16:19:54 2020 +0100 |
tree | 9e648a11fef003196615c42624ce8afa67ada902 | |
parent | 81c3ea7496cbca2be12bf74a17575ff684343579 [diff] [blame] |
patch 8.2.0144: some mapping code is not fully tested Problem: Some mapping code is not fully tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5519)
diff --git a/src/version.c b/src/version.c index ab3df0c..2b0e7af 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 144, +/**/ 143, /**/ 142,