]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2135: Vim9: #{ still seen as start of dict in some places v8.2.2135
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Dec 2020 20:25:56 +0000 (21:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Dec 2020 20:25:56 +0000 (21:25 +0100)
commit93f82cbee515e13b564f51ddcd5e3d6694358ba4
tree18f9ff8d170e80e3e90d2d6ef98817d9f243649f
parent57f799e6a4a56f41570c752c66dc2f692b1f2c2f
patch 8.2.2135: Vim9: #{ still seen as start of dict in some places

Problem:    Vim9: #{ still seen as start of dict in some places.
Solution:   Remove check for { after #. (closes #7456)
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c