commit | d84b26a03b13cd816d80ff32b61e8de740d499ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 17:18:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 17:18:09 2018 +0200 |
tree | 945aff2c7fdba4c7fe665044e53c0f8f6ce7d038 | |
parent | 2c8c681bfcd5138a0ec8ce018216dc2dc69a11a0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4ea5c75..d69a8c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 220, +/**/ 219, /**/ 218,