From 24983148765868dbcd598b507f5d3160326b1087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=BCrgin?= <676c7473@gmail.com> Date: Sat, 9 May 2015 21:34:59 +0200 Subject: [PATCH] vim-patch:7.4.581: Mark as NA #2624 Problem: Compiler warnings for unitinialized variables. (John Little) Solution: Initialize the variables. https://github.com/vim/vim/commit/v7-4-581 Not applicable. Depended on patch 7.4.560, which was NA, see #1743. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index ce7a21a99a..e3c2ee9e99 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -202,7 +202,7 @@ static int included_patches[] = { //584 NA //583 NA //582, - //581, + //581 NA 580, //579, 578,