commit | b4caa163ff7bfacd4bec00e4baa55b5669ff1191 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 11:36:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 11:36:52 2020 +0200 |
tree | 31da874d77068eaf8b63b97f3f956529259fd4c4 | |
parent | a6296200bd5191bab7efcdcc16c9e79eb498e8e0 [diff] [blame] |
patch 8.2.1367: 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 97bdb24..7ec5d2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1367, +/**/ 1366, /**/ 1365,