summaryrefslogtreecommitdiff
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-11 21:55:15 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-11 21:55:15 +0200
commitf73d3bc253fa79ad220f52f04b93e782e95a9d43 (patch)
treec872a2f5121270ddfd146ae6a51b407990319beb /src/testdir/test_alot.vim
parent0239acb11fe4bfe9b525ea90b782759da5eb7704 (diff)
downloadvim-f73d3bc253fa79ad220f52f04b93e782e95a9d43.zip
patch 7.4.1723
Problem: When using try/catch in 'tabline' it is still considered an error and the tabline will be disabled. Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #746)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 1eb76a6de..7f9a1a78f 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -24,6 +24,7 @@ source test_set.vim
source test_sort.vim
source test_statusline.vim
source test_syn_attr.vim
+source test_tabline.vim
source test_timers.vim
source test_undolevels.vim
source test_unlet.vim