diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-09-13 14:05:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 14:05:34 +0200 |
commit | 7eb4d2f79dcc712dae1513516b9db5f574d51437 (patch) | |
tree | 044ffb8deb0b2b4b14fa189624516640986df939 /src/nvim/version.c | |
parent | a34d3a7244f21c3d9494dd04f77346991ae24ae5 (diff) | |
download | rneovim-7eb4d2f79dcc712dae1513516b9db5f574d51437.tar.gz rneovim-7eb4d2f79dcc712dae1513516b9db5f574d51437.tar.bz2 rneovim-7eb4d2f79dcc712dae1513516b9db5f574d51437.zip |
vim-patch:7.4.1558 (#5333)
Problem: It is not easy to find out what windows display a buffer.
Solution: Add win_findbuf().
https://github.com/vim/vim/commit/9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f
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 3f53391d74..403d1fa4f9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -720,7 +720,7 @@ static int included_patches[] = { // 1561 NA // 1560 NA // 1559, - // 1558, + 1558, 1557, // 1556 NA // 1555 NA |