commit | 9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 19:04:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 19:04:51 2016 +0100 |
tree | 905ddef78df904d3060bd749cf4c073dbeb1de78 | |
parent | 86edef664efccbfe685906c854b9cdd04e56f2d5 [diff] [blame] |
patch 7.4.1558 Problem: It is not easy to find out what windows display a buffer. Solution: Add win_findbuf().
diff --git a/src/version.c b/src/version.c index bed7a46..ac23c50 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1558, +/**/ 1557, /**/ 1556,