1
0
forked from aniani/vim

patch 7.4.702

Problem:    Joining an empty list does uneccessary work.
Solution:   Let join() return early. (Marco Hinz)
This commit is contained in:
Bram Moolenaar
2015-04-16 22:51:22 +02:00
parent ec45c4a6df
commit d39a751280
2 changed files with 4 additions and 0 deletions

View File

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