commit | 8b565c2c1522e0c41e3d18e1bb6e1bc4b3686842 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 23:24:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 23:24:20 2020 +0200 |
tree | a9868e4023d16c89444de0df1f5a7ade212a7546 | |
parent | 02aaad91094939758e053588dd23ebda467eea29 [diff] [blame] |
patch 8.2.1551: Vim9: error for argument type does not mention the number Problem: Vim9: error for argument type does not mention the number. Solution: Pass the argument number to where the error is given.
diff --git a/src/version.c b/src/version.c index 8e11299..901f540 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1551, +/**/ 1550, /**/ 1549,