]> granicus.if.org Git - vim/commit
patch 8.2.0629: setting a boolean option to v:false does not work v8.2.0629
authorBram Moolenaar <Bram@vim.org>
Fri, 24 Apr 2020 18:57:01 +0000 (20:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 Apr 2020 18:57:01 +0000 (20:57 +0200)
commit65d032c779a43b767497e15e6a32d04a6a8fa65d
tree23d8679105c015540703fd4103c910cd5374eebb
parente71ebb46a252cd1cdfb075e6014c2b13c580bf3f
patch 8.2.0629: setting a boolean option to v:false does not work

Problem:    Setting a boolean option to v:false does not work.
Solution:   Do not use the string representation of the value. (Christian
            Brabandt, closes #5974)
src/evalvars.c
src/testdir/test_options.vim
src/version.c