vim-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)

f73d3bc253
This commit is contained in:
Michael Ennen
2016-11-26 16:17:39 -07:00
parent 7be113d795
commit 68271a6d19
4 changed files with 54 additions and 9 deletions

View File

@@ -721,7 +721,7 @@ static int included_patches[] = {
// 1726 NA
// 1725 NA
// 1724 NA
// 1723,
1723,
// 1722 NA
// 1721 NA
// 1720,