commit | b07a39de485db5709a6b3e2f96e66ab06dd76279 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 19:00:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 19:00:01 2020 +0200 |
tree | 52cc16b985d05060eccbbe7964bdfda1224c7a1b | |
parent | e6e70a10f118ecfa9df2425e8724bc009bd09929 [diff] [blame] |
patch 8.2.1889: Vim9: errornous error for missing white space after {} Problem: Vim9: errornous error for missing white space after {}. Solution: Don't skip over white space after {}. (issue #7167)
diff --git a/src/version.c b/src/version.c index 04bc248..97f9cba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1889, +/**/ 1888, /**/ 1887,