From 22c7dbd5f886a5ec116a6863bb527d99f5152eeb Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Thu, 24 Nov 2016 23:59:10 -0700 Subject: 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) https://github.com/vim/vim/commit/a742e084b677f76c67e9e52c4f9fb9ab24002e20 --- 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 8f3619f1e8..47967ebc9a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -733,7 +733,7 @@ static int included_patches[] = { 1714, // 1713 NA 1712, - // 1711, + 1711, // 1710, // 1709 NA // 1708, -- cgit