mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +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:
@@ -733,7 +733,7 @@ static int included_patches[] = {
|
||||
1714,
|
||||
// 1713 NA
|
||||
1712,
|
||||
// 1711,
|
||||
1711,
|
||||
// 1710,
|
||||
// 1709 NA
|
||||
// 1708,
|
||||
|
Reference in New Issue
Block a user