commit | 63be3d4ba01d565e645d8bf7f4dc900fc9011534 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 13:11:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 13:11:37 2020 +0200 |
tree | 52375a30387a79924200a31e33a5a574bb9202dd | |
parent | c69950ac17225d07f973b39d5b0eb94291077808 [diff] [blame] |
patch 8.2.1274: Vim9: no error for missing white space at script level Problem: Vim9: no error for missing white space in assignment at script level. Solution: Check for white space. (closes #6495)
diff --git a/src/version.c b/src/version.c index ed8f6c4..82b5780 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1274, +/**/ 1273, /**/ 1272,