mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user