commit | fae55a9cb0838e4c2e634e55a3468af4a75fbdf2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 22:08:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 22:08:30 2021 +0200 |
tree | 447433879f19c40fc11713807d664f8b971b3e03 | |
parent | 74f4a965bc6e2a9c41cce2f644e861168702922f [diff] [blame] |
patch 8.2.3016: confusing error when expression is followed by comma Problem: Confusing error when expression is followed by comma. Solution: Give a different error for trailing text. (closes #8395)
diff --git a/src/version.c b/src/version.c index 4f33d35..a03b3fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3016, +/**/ 3015, /**/ 3014,