summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-12 22:23:25 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-12 22:23:25 +0200
commitb5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (patch)
tree4102b935644caa2544138f3abb1d038523568d94 /src/testdir/Make_all.mak
parentebcccad573a7722e16cf2dd435cc62b61f61d9cc (diff)
patch 7.4.2204v7.4.2204
Problem: It is not easy to get information about buffers, windows and tabpages. Solution: Add getbufinfo(), getwininfo() and gettabinfo(). (Yegappan Lakshmanan)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 0a5ee927b0..2692b72250 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -160,6 +160,7 @@ NEW_TESTS = test_arglist.res \
test_assert.res \
test_autochdir \
test_backspace_opt.res \
+ test_bufwintabinfo.res \
test_cdo.res \
test_channel.res \
test_cmdline.res \