summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-28 17:18:09 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-28 17:18:09 +0200
commitd84b26a03b13cd816d80ff32b61e8de740d499ce (patch)
tree945aff2c7fdba4c7fe665044e53c0f8f6ce7d038 /src/version.c
parent2c8c681bfcd5138a0ec8ce018216dc2dc69a11a0 (diff)
downloadvim-git-d84b26a03b13cd816d80ff32b61e8de740d499ce.tar.gz
patch 8.1.0220: Ruby converts v:true and v:false to a numberv8.1.0220
Problem: Ruby converts v:true and v:false to a number. Solution: Use Qtrue and Qfalse instead. (Masataka Pocke Kuwabara, closes #3259)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4ea5c75bf..d69a8c73d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 220,
+/**/
219,
/**/
218,