commit | 3c1c9fd94bc80871119a8519f3b881595082a6c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:32:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:32:38 2020 +0200 |
tree | 358c5fd31972aad23055b1f9c794aacde70c355d | |
parent | c753478b82613df37b145764e27f5514542edb97 [diff] [blame] |
patch 8.2.1371: 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 5246d84..9d06cd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1371, +/**/ 1370, /**/ 1369,