commit | 9d489566815d7913afc5dfc2a772bacede3970fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 30 20:08:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 30 20:08:50 2020 +0200 |
tree | eff105e7214186b0a4bf31296d06d7d89926935a | |
parent | ea2d8d25718836bf627b67b7fcd28a1e528bb7b9 [diff] [blame] |
patch 8.2.1326: Vim9: skipping over white space after list Problem: Vim9: skipping over white space after list. Solution: Do not skip white space, a following [] would be misinterpreted. (closes #6552) Fix a few side effects.
diff --git a/src/version.c b/src/version.c index 02fa087..c37fbe4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1326, +/**/ 1325, /**/ 1324,