From 68271a6d1993331b22242f87ecca6f60565c9517 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Sat, 26 Nov 2016 16:17:39 -0700 Subject: 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) https://github.com/vim/vim/commit/f73d3bc253fa79ad220f52f04b93e782e95a9d43 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 82a6f5f9a9..e6eb4c2472 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -721,7 +721,7 @@ static int included_patches[] = { // 1726 NA // 1725 NA // 1724 NA - // 1723, + 1723, // 1722 NA // 1721 NA // 1720, -- cgit