]> granicus.if.org Git - vim/commit
patch 8.2.1889: Vim9: errornous error for missing white space after {} v8.2.1889
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 17:00:01 +0000 (19:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 17:00:01 +0000 (19:00 +0200)
commitb07a39de485db5709a6b3e2f96e66ab06dd76279
tree52cc16b985d05060eccbbe7964bdfda1224c7a1b
parente6e70a10f118ecfa9df2425e8724bc009bd09929
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)
src/dict.c
src/testdir/test_vim9_expr.vim
src/version.c