]> granicus.if.org Git - vim/commit
patch 8.2.2444: Vim9: compile error with combination of operator and list v8.2.2444
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 20:47:42 +0000 (21:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 20:47:42 +0000 (21:47 +0100)
commite507ff15d52653dad3054ddc0073708977621c0c
treeccba7ad92530997c85d1a3d0944a8c4b0afd2194
parent80ad3e25697cf759d5af5cd13e8b124c1cd657f5
patch 8.2.2444: Vim9: compile error with combination of operator and list

Problem:    Vim9: compile error with combination of operator and list.
Solution:   Generate constants before parsing a list or dict. (closes #7757)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c