]> granicus.if.org Git - vim/commit
patch 8.1.0220: Ruby converts v:true and v:false to a number v8.1.0220
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jul 2018 15:18:09 +0000 (17:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jul 2018 15:18:09 +0000 (17:18 +0200)
commitd84b26a03b13cd816d80ff32b61e8de740d499ce
tree945aff2c7fdba4c7fe665044e53c0f8f6ce7d038
parent2c8c681bfcd5138a0ec8ce018216dc2dc69a11a0
patch 8.1.0220: Ruby converts v:true and v:false to a number

Problem:    Ruby converts v:true and v:false to a number.
Solution:   Use Qtrue and Qfalse instead. (Masataka Pocke Kuwabara,
            closes #3259)
src/if_ruby.c
src/testdir/test_ruby.vim
src/version.c