commit | c3d6e8a46a8fc5de622e8df9dbd25edd03e00c5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 18:34:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 18:34:28 2020 +0200 |
tree | ef3a17ee8bf2d16b9f6ce35854243cd731e7f221 | |
parent | db199216e81865350a8d56a603bb86cab672bfad [diff] [blame] |
patch 8.2.1431: Vim9: no error for white space before comma in dict Problem: Vim9: no error for white space before comma in dict. Solution: Check for extra white space. (closes #6674)
diff --git a/src/version.c b/src/version.c index 7bafa94..06fce6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1431, +/**/ 1430, /**/ 1429,