diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-12 02:30:10 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-13 12:42:16 -0400 |
commit | 1d4e48326546bbd360f74641458a210585d3bfca (patch) | |
tree | 4517dab4fcc3ca0d9254264934d50e485f9f1e96 | |
parent | 0685489ee5b958b9cae6b2a36ab3f508559f550a (diff) | |
download | rneovim-1d4e48326546bbd360f74641458a210585d3bfca.tar.gz rneovim-1d4e48326546bbd360f74641458a210585d3bfca.tar.bz2 rneovim-1d4e48326546bbd360f74641458a210585d3bfca.zip |
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)
-rw-r--r-- | src/nvim/version.c | 27 |
1 files 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, |