From cb724182fff5e9f4b9023f60da086d60eb706246 Mon Sep 17 00:00:00 2001 From: watiko Date: Fri, 15 Jan 2016 21:54:18 +0900 Subject: vim-patch:7.4.1088 Problem: Coverity warns for uninitialized variables. Only one is an actual problem. Solution: Move the conditions. Don't use endpos if handling an error. https://github.com/vim/vim/commit/7ae4fbca552c972eb3645ece02a2807e517610d7 --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 68165363ca..d64fb69415 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -73,6 +73,7 @@ static int included_patches[] = { + 1088, 1087, // 1086, 1085, -- cgit