commit | b3619a90eae2702553ff9494ecc4c9b20c13c224 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 17:58:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 17:58:52 2016 +0200 |
tree | 6543f198d050488857475dc5630998517b9c5a79 | |
parent | c9721bdc63378cc6123e775ffe43e9cba30322b3 [diff] [blame] |
patch 7.4.1893 Problem: Cannot easily get the window ID for a buffer. Solution: Add bufwinid().
diff --git a/src/version.c b/src/version.c index 5aa8a2a..36b5ed7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1893, +/**/ 1892, /**/ 1891,