aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-12 23:01:53 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-28 14:57:39 -0500
commitfe03ce23bfc5c45545b53d4959aeeb27d82753ed (patch)
treebdd8a620471f3529d8171e8e5e989d2552424dc7 /src/nvim/version.c
parent03ed7e1ebaf7f0934b176c71949a77a3fe2291fb (diff)
downloadrneovim-fe03ce23bfc5c45545b53d4959aeeb27d82753ed.tar.gz
rneovim-fe03ce23bfc5c45545b53d4959aeeb27d82753ed.tar.bz2
rneovim-fe03ce23bfc5c45545b53d4959aeeb27d82753ed.zip
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(). https://github.com/vim/vim/commit/3056735ae8a366aa7fcb51872520895251858637
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 4ad4c82928..55d86b3aec 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -167,7 +167,7 @@ static int included_patches[] = {
// 2276,
// 2275,
2274,
- // 2273,
+ 2273,
2272,
// 2271 NA
// 2270 NA