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/Makefile b/src/Makefile index e15df1b..dbfa90b 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2056,6 +2056,7 @@ test_autochdir \ test_autocmd \ test_backspace_opt \ + test_bufwintabinfo \ test_cdo \ test_channel \ test_cmdline \