mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
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>
This commit is contained in:
@@ -71,6 +71,23 @@ static char *features[] = {
|
|||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
static int included_patches[] = {
|
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,
|
712,
|
||||||
711,
|
711,
|
||||||
710,
|
710,
|
||||||
@@ -78,7 +95,7 @@ static int included_patches[] = {
|
|||||||
//708,
|
//708,
|
||||||
707,
|
707,
|
||||||
706,
|
706,
|
||||||
//705,
|
//705 NA
|
||||||
//704,
|
//704,
|
||||||
//703,
|
//703,
|
||||||
702,
|
702,
|
||||||
@@ -102,31 +119,31 @@ static int included_patches[] = {
|
|||||||
//684,
|
//684,
|
||||||
//683,
|
//683,
|
||||||
//682,
|
//682,
|
||||||
//681,
|
//681 NA
|
||||||
//680,
|
//680,
|
||||||
//679,
|
//679 NA
|
||||||
//678,
|
//678,
|
||||||
//677,
|
//677 NA
|
||||||
//676,
|
//676 NA
|
||||||
//675,
|
//675,
|
||||||
//674,
|
//674 NA
|
||||||
673,
|
673,
|
||||||
//672,
|
//672,
|
||||||
//671,
|
//671,
|
||||||
//670,
|
//670,
|
||||||
//669,
|
//669 NA
|
||||||
//668,
|
//668,
|
||||||
//667,
|
//667,
|
||||||
//666,
|
//666,
|
||||||
//665,
|
//665,
|
||||||
//664,
|
//664,
|
||||||
//663,
|
//663 NA
|
||||||
//662,
|
//662,
|
||||||
//661,
|
//661,
|
||||||
660,
|
660,
|
||||||
659,
|
659,
|
||||||
//658,
|
//658,
|
||||||
//657,
|
//657 NA
|
||||||
//656,
|
//656,
|
||||||
//655,
|
//655,
|
||||||
//654,
|
//654,
|
||||||
|
Reference in New Issue
Block a user