vim-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 vim/vim#729)

a742e084b6
This commit is contained in:
Michael Ennen
2016-11-24 23:59:10 -07:00
parent 5f0260808c
commit 22c7dbd5f8
4 changed files with 51 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ source test_menu.vim
source test_options.vim
source test_popup.vim
source test_regexp_utf8.vim
source test_statusline.vim
source test_syn_attr.vim
source test_tabpage.vim
source test_unlet.vim