diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-18 22:11:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-18 22:11:42 +0200 |
commit | 1381d791478ee77c8368b89a3d4954316bf839b5 (patch) | |
tree | 9218803853acf5c9fc72eefaa01316789c366dca /src/testdir/test_alot.vim | |
parent | 339288377072f66ec88e21903e75a82d23ffbf4f (diff) | |
download | vim-git-1381d791478ee77c8368b89a3d4954316bf839b5.tar.gz |
patch 7.4.2227v7.4.2227
Problem: Tab page tests are old style.
Solution: Change into new style tests. (Hirohito Higashi)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 442ba2e4f..daf5b0ad0 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -34,6 +34,7 @@ source test_sort.vim source test_statusline.vim source test_syn_attr.vim source test_tabline.vim +source test_tabpage.vim source test_tagjump.vim source test_timers.vim source test_true_false.vim |