commit | 86cdb8a4bd1abff40b5f80c3c4149b33cbaab990 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 06 19:01:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 06 19:01:03 2021 +0200 |
tree | a4043b082ff789af6fa8b79c5be70aca287a89f7 | |
parent | e8c4660a55364a5d3e395652d1202b8702666823 [diff] [blame] |
patch 8.2.2726: confusing error message with white space before comma Problem: Confusing error message with white space before comma in the arguments of a function declaration. Solution: Give a specific error message. (closes #2235)
diff --git a/src/version.c b/src/version.c index 4318b71..9b356bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2726, +/**/ 2725, /**/ 2724,