diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-11-15 12:06:10 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2016-12-28 14:57:38 -0500 |
| commit | 00466410701802214aba5c95f1cbb2e5086a37f5 (patch) | |
| tree | 475ac94ef210e89b2a36deb9bbcfc0dbf212c7f0 /src/nvim/testdir/Makefile | |
| parent | 99a8cd3be0509e97b649edc1599bfb74bf2b4802 (diff) | |
| download | rneovim-00466410701802214aba5c95f1cbb2e5086a37f5.tar.gz rneovim-00466410701802214aba5c95f1cbb2e5086a37f5.tar.bz2 rneovim-00466410701802214aba5c95f1cbb2e5086a37f5.zip | |
vim-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)
https://github.com/vim/vim/commit/b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index e27be54fc9..84a0c0b889 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -30,6 +30,7 @@ SCRIPTS := \ # Tests using runtest.vim.vim. # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ + test_bufwintabinfo.res \ test_cmdline.res \ test_cscope.res \ test_diffmode.res \ |