commit | ff1cd39cfe62d5089d5e703f4eb290694751ace3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 11:51:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 11:51:30 2020 +0200 |
tree | 57070a46bb4b9e498a5113a226560668a0b84919 | |
parent | b4caa163ff7bfacd4bec00e4baa55b5669ff1191 [diff] [blame] |
patch 8.2.1368: 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 <, !=, etc.
diff --git a/src/version.c b/src/version.c index 7ec5d2d..2609eb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1368, +/**/ 1367, /**/ 1366,