From 56fe0c956f6f446ea40a8ccb8be640b000b875e2 Mon Sep 17 00:00:00 2001 From: Chiu-Hsiang Hsu Date: Fri, 28 Aug 2015 00:52:29 +0800 Subject: [PATCH] version.c: mark patches NA #3252 * .777 (README) https://github.com/vim/vim/commit/694cac7a352ea66827cd94ed1ccbc2fc5655e9cc * .778 (Coverity warnings) presumably fixed by 9de544c785aa11a9edf380bc8aeaabad75357aa9 https://github.com/vim/vim/commit/ae2fe73abc954b8fd3dbd7994daa8e31e6690bd0 * .780 (Compiler complains) https://github.com/vim/vim/commit/1db43b1145fe466b5d41af6744a08083983de3a9 * .783 (copy_chars, copy_spaces) see c7292866043cc426d394aa6b586168dc2112daef https://github.com/vim/vim/commit/2536d4f396680f079e2cb96f9787a434846b5ce7 * .788 (fix build, #ifdef) we don't have integrated crypto, see #699 https://github.com/vim/vim/commit/5cbb8dbc329ab33ce56ea7ce4695778630c4e9ee * .794 (Make_mvc.mak) we have a completely different build system https://github.com/vim/vim/commit/d4a95c3bc5a70f43db0abd020a15d8a1a65db961 * .796 (Compiler warnings) https://github.com/vim/vim/commit/33c3a694fca7978cdd28c5e41b498473a08bc05e Reviewed-by: Michael Reed --- src/nvim/version.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index c141ac5765..4bdc0ba290 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -125,26 +125,26 @@ static int included_patches[] = { 799, // 798, // 797, - // 796, + // 796 NA // 795, - // 794, + // 794 NA // 793, // 792, // 791, // 790, // 789, - // 788, + // 788 NA // 787, // 786, // 785, 784, - // 783, + // 783 NA // 782, 781, - // 780, + // 780 NA // 779, - // 778, - // 777, + // 778 NA + // 777 NA 776, 775, 774,