diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 16:46:11 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-28 14:57:39 -0500 |
commit | c4c894b2fada371c424e55d26174110b9069b5f8 (patch) | |
tree | 04398ea516a3b6db1addaf4fbc68f176301d9462 /src/nvim/version.c | |
parent | 486e968bb6bdfb49d17305d6f7747408eda95926 (diff) | |
download | rneovim-c4c894b2fada371c424e55d26174110b9069b5f8.tar.gz rneovim-c4c894b2fada371c424e55d26174110b9069b5f8.tar.bz2 rneovim-c4c894b2fada371c424e55d26174110b9069b5f8.zip |
vim-patch:7.4.2226
Problem: The field names used by getbufinfo(), gettabinfo() and
getwininfo() are not consistent.
Solution: Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/339288377072f66ec88e21903e75a82d23ffbf4f
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 756873f6d8..21fa7253ba 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -214,7 +214,7 @@ static int included_patches[] = { // 2229, // 2228, 2227, - // 2226, + 2226, 2225, // 2224, // 2223, |