1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-07-28 17:18:09 +02:00
parent 2c8c681bfc
commit d84b26a03b
3 changed files with 14 additions and 2 deletions

View File

@@ -798,6 +798,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
220,
/**/
219,
/**/