From a3a19156849143e3fd00cd2f5db822ff54e4968e Mon Sep 17 00:00:00 2001 From: oni-link Date: Sun, 28 Dec 2014 23:36:09 +0100 Subject: [PATCH] vim-patch: Mark patches as NA Code modified in patch 7.4.402 and 7.4.443 was introduced with patch 7.4.399, which is also marked as NA (FEAT_CRYPT was removed). Patch 7.4.509 needs the removed FEAT_CRYPT. --- src/nvim/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 288342a3a8..d81881e59c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -229,7 +229,7 @@ static int included_patches[] = { //512 NA //511 NA //510 NA - //509, + //509 NA 508, //507 NA //506 NA @@ -294,7 +294,7 @@ static int included_patches[] = { //446, //445, 444, - //443, + //443 NA 442, 441, 440, @@ -335,7 +335,7 @@ static int included_patches[] = { 405, //404 NA //403 NA - //402, + //402 NA //401 NA //400 NA //399 NA