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/testdir/Make_all.mak b/src/testdir/Make_all.mak index 0a5ee92..2692b72 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -160,6 +160,7 @@ test_assert.res \ test_autochdir \ test_backspace_opt.res \ + test_bufwintabinfo.res \ test_cdo.res \ test_channel.res \ test_cmdline.res \