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

@@ -733,7 +733,7 @@ static int included_patches[] = {
1714,
// 1713 NA
1712,
// 1711,
1711,
// 1710,
// 1709 NA
// 1708,