From 1d4e48326546bbd360f74641458a210585d3bfca Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Fri, 12 Jun 2015 02:30:10 -0300 Subject: version.c: Update patches list These patches are not applicable (NA): .611 (if_python3.c) .627 (term.c) .666 (X on *nix) .678 (--remote) .683 (vimtutor) .687 (terminal) .691 (mzscheme) .692 (Solaris) .730 (crypto) .731 (GUI) .738 (compiling w/o syntax highlighting) .644 applied in an unsupported platform (Stratus VOS) --- src/nvim/version.c | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 432b0130bc..6141f82cfb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -71,6 +71,15 @@ static char *features[] = { // clang-format off static int included_patches[] = { + //738 NA + //737, + //736, + //735, + //734, + //733, + //732, + //731 NA + //730 NA //729, //728 NA //727 NA @@ -108,21 +117,21 @@ static int included_patches[] = { 695, //694, //693, - //692, - //691, + //692 NA + //691 NA 690, //689, //688, - //687, + //687 NA //686, //685, //684, - //683, + //683 NA //682, //681 NA //680, //679 NA - //678, + //678 NA //677 NA //676 NA //675, @@ -134,7 +143,7 @@ static int included_patches[] = { //669 NA //668, //667, - //666, + //666 NA //665, //664, //663 NA @@ -156,7 +165,7 @@ static int included_patches[] = { //647 NA //646, //645, - //644, + //644 NA //643, //642, //641, @@ -173,7 +182,7 @@ static int included_patches[] = { 630, 629, //628, - //627, + //627 NA //626 NA //625 NA //624, @@ -189,7 +198,7 @@ static int included_patches[] = { //614, //613, //612, - //611, + //611 NA //610 NA //609, //608, -- cgit