1
0
forked from aniani/vim

patch 7.4.2272

Problem:    getbufinfo(), getwininfo() and gettabinfo() are inefficient.
Solution:   Instead of making a copy of the variables dictionary, use a
            reference.
This commit is contained in:
Bram Moolenaar
2016-08-27 20:34:01 +02:00
parent ffdf08c94e
commit 9f8187c335
2 changed files with 8 additions and 15 deletions

View File

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