1
0
forked from aniani/vim

patch 7.4.2096

Problem:    Lambda functions show up with completion.
Solution:   Don't show lambda functions. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2016-07-23 15:47:34 +02:00
parent 61c04493b0
commit b49edc11a1
3 changed files with 10 additions and 2 deletions

View File

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