]> granicus.if.org Git - vim/commit
patch 8.2.2261: Vim9: boolean option gets string type v8.2.2261
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 13:49:15 +0000 (14:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 13:49:15 +0000 (14:49 +0100)
commitd5ea8f08f78d20fde8773663894de5e8c023bd83
treee7d521e8a0be248a4bd2c886bb649354c30492d9
parent5efe0e5d16db070f0ab0b944686139e597afe166
patch 8.2.2261: Vim9: boolean option gets string type

Problem:    Vim9: boolean option gets string type.
Solution:   Check for VAR_BOOL. (closes #7588)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c