diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-11 21:55:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-11 21:55:15 +0200 |
commit | f73d3bc253fa79ad220f52f04b93e782e95a9d43 (patch) | |
tree | c872a2f5121270ddfd146ae6a51b407990319beb /src/testdir/test_alot.vim | |
parent | 0239acb11fe4bfe9b525ea90b782759da5eb7704 (diff) | |
download | vim-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.vim | 1 |
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 |