commit | 9a13e185e5de95b150555134b34030bd47c4e22b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 21:45:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 21:45:07 2020 +0200 |
tree | 2cac198bc07a0840ac54148a026515bc9438cc3a | |
parent | 80b0e5ea1132d1d7cf78c77bc14c686c836a0d25 [diff] [blame] |
patch 8.2.1868: Vim9: no error for missing space after comma in dict Problem: Vim9: no error for missing space after comma in dict. Solution: Check for white space. (closes #6672)
diff --git a/src/version.c b/src/version.c index 97a3b71..90ab88a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1868, +/**/ 1867, /**/ 1866,