]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0188: Check commands don't work well with Vim9 script v8.2.0188
authorBram Moolenaar <Bram@vim.org>
Fri, 31 Jan 2020 21:12:41 +0000 (22:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 31 Jan 2020 21:12:41 +0000 (22:12 +0100)
commit7f829cab356d63b8e59559285593777a66bcc02b
tree76c437516a8d0bec5c395cf7c517ce9e76574cc8
parent0b76ad53b30232093b96a74d5ce6f02395219456
patch 8.2.0188: Check commands don't work well with Vim9 script

Problem:    Check commands don't work well with Vim9 script.
Solution:   Improve constant expression handling.
src/testdir/check.vim
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c