1
0
forked from aniani/vim

patch 8.1.1861: only some assert functions can be used as a method

Problem:    Only some assert functions can be used as a method.
Solution:   Allow using most assert functions as a method.
This commit is contained in:
Bram Moolenaar
2019-08-16 21:49:22 +02:00
parent ea94c85516
commit 24278d2407
4 changed files with 71 additions and 7 deletions

View File

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