1
0
forked from aniani/vim

patch 7.4.2273

Problem:    getwininfo() and getbufinfo() are inefficient.
Solution:   Do not make a copy of all window/buffer-local options.  Make it
            possible to get them with gettabwinvar() or getbufvar().
This commit is contained in:
Bram Moolenaar
2016-08-27 21:25:44 +02:00
parent 9f8187c335
commit 3056735ae8
5 changed files with 93 additions and 32 deletions

View File

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