commit | fdac71c5075062f97f77044e9619fa5c907e0327 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:44:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:44:41 2020 +0200 |
tree | 921f26225586ac1b903d3a6b0b58065010f7310d | |
parent | 3c1c9fd94bc80871119a8519f3b881595082a6c0 [diff] [blame] |
patch 8.2.1372: Vim9: no error for missing white space around operator Problem: Vim9: no error for missing white space around operator. Solution: Check for white space around ? and :.
diff --git a/src/version.c b/src/version.c index 9d06cd2..1e23a08 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1372, +/**/ 1371, /**/ 1370,