commit | bfba8651a51b66fdc52848f32c77aa925586e250 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 20:09:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 20:09:10 2020 +0200 |
tree | 133adb26773b341ecd479f56b1940ea587d00765 | |
parent | 637cd7d1c9fa0ee47951ccdc310a388cb7ecfada [diff] [blame] |
patch 8.2.1284: Vim9: skipping over type includes following white space Problem: Vim9: skipping over type includes following white space, leading to an error for missing white space. Solution: Do not skip over white space after the type.
diff --git a/src/version.c b/src/version.c index ab41071..91edd4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1284, +/**/ 1283, /**/ 1282,