diff options
author | cztchoice <cztchoice@gmail.com> | 2015-05-16 19:41:48 +0800 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-17 15:03:49 -0400 |
commit | 7341b285d08c103f4dc58665b2268ab727c5c2ff (patch) | |
tree | db7369fcb0e1d06426828b64fa57afb39747e0e0 | |
parent | aa1d9a1807198bfb17f0da38164aeed260db8713 (diff) | |
download | rneovim-7341b285d08c103f4dc58665b2268ab727c5c2ff.tar.gz rneovim-7341b285d08c103f4dc58665b2268ab727c5c2ff.tar.bz2 rneovim-7341b285d08c103f4dc58665b2268ab727c5c2ff.zip |
vim-patch: Mark some patches as NA #2672
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 <m.reed@mykolab.com>
Reviewed-by: oni-link <knil.ino@gmail.com>
-rw-r--r-- | src/nvim/version.c | 35 |
1 files 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, |