]> granicus.if.org Git - vim/commit
patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't work v8.2.2453
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2021 20:33:52 +0000 (21:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Feb 2021 20:33:52 +0000 (21:33 +0100)
commit148be9bc1cca16ce47ad21563f5835682001f9a2
tree6a677b39b0ea5e785562ce51bbb7fc08a7893d94
parentd5e8c92816f35ea1a9298084238a08f35958baa6
patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't work

Problem:    Vim9: a variable name with "->" in the next line doesn't work.
Solution:   Recognize a variable name by itself. (closes #7770)
src/ex_docmd.c
src/testdir/test_vim9_cmd.vim
src/version.c