commit | 4a6d1b660fcea67931202527ad2852da55d26d49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 17:55:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 17:55:49 2020 +0200 |
tree | ced3a872aaf412cdde1a6b7669f55e0bdc3901a9 | |
parent | 5a849da57c5fb54ffcffd436a9e00ef40fdf094c [diff] [blame] |
patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth arg Problem: Vim9: return type of maparg() not adjusted for fourth argument. Solution: Check if fourth argument is present. (closes #6645)
diff --git a/src/version.c b/src/version.c index 8649ca8..b67d3c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1397, +/**/ 1396, /**/ 1395,