]> granicus.if.org Git - vim/commit
patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime v8.2.3196
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Jul 2021 19:37:28 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Jul 2021 19:37:28 +0000 (21:37 +0200)
commit05bd9785fd0fd0102ab64554307bff0ec0ae34c1
treeeeef112a38b72de2fc1cca61e8de74c3ae168a2f
parentc4c5642513ac41b22b7772cc880c776c69e964c9
patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime

Problem:    Vim9: bool expression with numbers only fails at runtime.
Solution:   Check constant to be bool at compile time. (closes #8603)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c