From f2c6cc2d0932dc791054fe2acc799f0fea8109d9 Mon Sep 17 00:00:00 2001 From: Shougo Date: Wed, 30 Nov 2016 07:43:25 +0900 Subject: version.c: mark NA patches (#5657) 1710: external command 2311: Appveyor --- src/nvim/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 4703c83484..032f8440ba 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -131,7 +131,7 @@ static int included_patches[] = { // 2314, // 2313, 2312, - // 2311, + // 2311 NA // 2310 NA 2309, // 2308 NA @@ -734,7 +734,7 @@ static int included_patches[] = { // 1713 NA 1712, // 1711, - // 1710, + // 1710 NA // 1709 NA // 1708, // 1707, -- cgit