commit | 17a836cbee6b8d8ff555f8e307f48a779908db41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 17:35:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 17:35:58 2020 +0200 |
tree | a2c6a927d875e586e9ee3744697e9c77ec167404 | |
parent | ed677f5587af366f185f8922b7dde4a98c884328 [diff] [blame] |
patch 8.2.1429: Vim9: no error for missing white after : in dict Problem: Vim9: no error for missing white after : in dict. Solution: Check for white space. (closes #6671) Also check that there is no white before the :.
diff --git a/src/version.c b/src/version.c index 46d027d..b290fdc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1429, +/**/ 1428, /**/ 1427,