diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-05 21:10:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-05 21:10:38 +0200 |
commit | a742e084b677f76c67e9e52c4f9fb9ab24002e20 (patch) | |
tree | 8f7b0e9ca74a75af1fc63597d9e0b9c0b3baf640 /src/testdir/test_alot.vim | |
parent | 17fe5e1aecbeff5ca4b2a821ede9badd5dddae59 (diff) | |
download | vim-a742e084b677f76c67e9e52c4f9fb9ab24002e20.zip |
patch 7.4.1711
Problem: When using try/catch in 'statusline' it is still considered an
error and the status line will be disabled.
Solution: Check did_emsg instead of called_emsg. (haya14busa, closes #729)
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 4ee331ff1..1eb76a6de 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -22,6 +22,7 @@ source test_reltime.vim source test_searchpos.vim source test_set.vim source test_sort.vim +source test_statusline.vim source test_syn_attr.vim source test_timers.vim source test_undolevels.vim |