mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
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:
@@ -721,7 +721,7 @@ static int included_patches[] = {
|
||||
// 1726 NA
|
||||
// 1725 NA
|
||||
// 1724 NA
|
||||
// 1723,
|
||||
1723,
|
||||
// 1722 NA
|
||||
// 1721 NA
|
||||
// 1720,
|
||||
|
Reference in New Issue
Block a user