From 7341b285d08c103f4dc58665b2268ab727c5c2ff Mon Sep 17 00:00:00 2001 From: cztchoice Date: Sat, 16 May 2015 19:41:48 +0800 Subject: vim-patch: Mark some patches as NA #2672 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These changes cannot apply because they a) fix compiler warning b) modify removed GUI related code c) modify removed build files mark the following patch as NA: * 7.4.728, https://github.com/vim/vim/commit/v7-4-728 * 7.4.727, https://github.com/vim/vim/commit/v7-4-727 * 7.4.726, https://github.com/vim/vim/commit/v7-4-726 * 7.4.724, https://github.com/vim/vim/commit/v7-4-724 * 7.4.720, https://github.com/vim/vim/commit/v7-4-720 * 7.4.705, https://github.com/vim/vim/commit/v7-4-705 * 7.4.681, https://github.com/vim/vim/commit/v7-4-681 * 7.4.679, https://github.com/vim/vim/commit/v7-4-679 * 7.4.677, https://github.com/vim/vim/commit/v7-4-677 * 7.4.676, https://github.com/vim/vim/commit/v7-4-676 * 7.4.674, https://github.com/vim/vim/commit/v7-4-674 * 7.4.669, https://github.com/vim/vim/commit/v7-4-669 * 7.4.663, https://github.com/vim/vim/commit/v7-4-663 * 7.4.657, https://github.com/vim/vim/commit/v7-4-657 Reviewed-by: David Bürgin <676c7473@gmail.com> Reviewed-by: Michael Reed Reviewed-by: oni-link --- src/nvim/version.c | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index a77968db93..0362eb56d1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -71,6 +71,23 @@ static char *features[] = { // clang-format off static int included_patches[] = { + //729, + //728 NA + //727 NA + //726 NA + //725, + //724 NA + //723, + //722, + //721, + //720 NA + //719, + //718, + //717, + //716, + //715, + //714, + //713, 712, 711, 710, @@ -78,7 +95,7 @@ static int included_patches[] = { //708, 707, 706, - //705, + //705 NA //704, //703, 702, @@ -102,31 +119,31 @@ static int included_patches[] = { //684, //683, //682, - //681, + //681 NA //680, - //679, + //679 NA //678, - //677, - //676, + //677 NA + //676 NA //675, - //674, + //674 NA 673, //672, //671, //670, - //669, + //669 NA //668, //667, //666, //665, //664, - //663, + //663 NA //662, //661, 660, 659, //658, - //657, + //657 NA //656, //655, //654, -- cgit