commit | 3056735ae8a366aa7fcb51872520895251858637 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:25:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:25:44 2016 +0200 |
tree | 329de3dbeea7c06972c0ea41929b636f9ef47540 | |
parent | 9f8187c335b4fb07be9095dfdd0fc52670ba3c3f [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 8f435db..4a19097 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2273, +/**/ 2272, /**/ 2271,