mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +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
|
||||
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,
|
||||
|
Reference in New Issue
Block a user