]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2285: Vim9: cannot set an option to a false v8.2.2285
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2021 14:55:10 +0000 (15:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2021 14:55:10 +0000 (15:55 +0100)
commitb0d8182fa39f2c9403f5f9a0663589fcab43a6c8
tree85ed868b078d798c371fe6bd2b09ce2a8dbff3a1
parent31a201a04aa95708af5d62070d2d397a201cc1a5
patch 8.2.2285: Vim9: cannot set an option to a false

Problem:    Vim9: cannot set an option to a false.
Solution:   For VAR_BOOL use string "0". (closes #7603)
src/evalvars.c
src/testdir/test_vim9_builtin.vim
src/version.c