1
0
forked from aniani/vim

patch 7.4.1157

Problem:    type() does not work for v:true, v:none, etc.
Solution:   Add new type numbers.
This commit is contained in:
Bram Moolenaar
2016-01-23 21:59:52 +01:00
parent 2dedb45260
commit f95534c3d4
4 changed files with 40 additions and 0 deletions

View File

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