From 297e8d0fdaba6a79e16a1ec14ac467aeaacda00f Mon Sep 17 00:00:00 2001 From: raichoo Date: Wed, 15 Mar 2017 19:49:12 +0100 Subject: version.c: mark NA patches (#6282) --- src/nvim/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 614de67e04..65236a4287 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -357,7 +357,7 @@ static int included_patches[] = { 2086, 2085, 2084, - // 2083, + // 2083 NA 2082, 2081, // 2080 NA @@ -382,7 +382,7 @@ static int included_patches[] = { 2061, // 2060 NA // 2059 NA - // 2058, + // 2058 NA // 2057 NA // 2056 NA // 2055 NA -- cgit