commit | 7f51bbe0d19f1f0cb0321326f45a17b4f5155f89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 24 20:21:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 24 20:21:19 2020 +0100 |
tree | 45f2a17e61cc8c5407b25da693102ba0b825a104 | |
parent | 03c3bd9fd094c1aede2e8fe3ad8fd25b9f033053 [diff] [blame] |
patch 8.2.0148: mapping related function in wrong source file Problem: Mapping related function in wrong source file. Solution: Move the function. Add a few more test cases. (Yegappan Lakshmanan, closes #5528)
diff --git a/src/version.c b/src/version.c index 80c9642..6dfc66d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 148, +/**/ 147, /**/ 146,