commit | b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 22:23:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 22:23:25 2016 +0200 |
tree | 4102b935644caa2544138f3abb1d038523568d94 | |
parent | ebcccad573a7722e16cf2dd435cc62b61f61d9cc [diff] [blame] |
patch 7.4.2204 Problem: It is not easy to get information about buffers, windows and tabpages. Solution: Add getbufinfo(), getwininfo() and gettabinfo(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 3e34e0a..11ab8f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2204, +/**/ 2203, /**/ 2202,