diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 74 |
1 files changed, 56 insertions, 18 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9fb315acb7..99484dd21d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,44 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1137, + + + + 1089, + 1088, + 1087, + // 1086, + 1085, + 1084, + // 1083, + // 1082, + 1081, + // 1080, + // 1079, + // 1078, + // 1077, + 1076, + // 1075, + // 1074, + // 1073, + 1072, + // 1071, + // 1070, + // 1069, + // 1068, + // 1067, + // 1066, + 1065, + // 1064, + // 1063, + // 1062, + // 1061, + // 1060, + // 1059, + // 1058, + // 1057, + // 1056, 1055, // 1054, // 1053, @@ -95,9 +133,9 @@ static int included_patches[] = { 1032, // 1031, // 1030, - // 1029, + 1029, // 1028, - // 1027, + 1027, // 1026, // 1025, // 1024, @@ -161,7 +199,7 @@ static int included_patches[] = { // 966 NA // 965 NA // 964 NA - // 963, + 963, // 962 NA // 961, // 960 NA @@ -175,7 +213,7 @@ static int included_patches[] = { // 952, // 951, 950, - // 949, + 949, // 948 NA // 947, 946, @@ -276,7 +314,7 @@ static int included_patches[] = { // 851 NA // 850 NA 849, - // 848, + 848, // 847, // 846 NA // 845, @@ -301,7 +339,7 @@ static int included_patches[] = { 826, // 825, // 824 NA - // 823, + 823, // 822, // 821, // 820, @@ -317,8 +355,8 @@ static int included_patches[] = { // 810, 809, // 808 NA - // 807, - // 806, + 807, + 806, // 805, // 804, 803, @@ -342,11 +380,11 @@ static int included_patches[] = { 785, 784, // 783 NA - // 782, + 782, 781, - // 780 NA - // 779, - // 778, + 780, + 779, + 778, // 777 NA 776, 775, @@ -359,8 +397,8 @@ static int included_patches[] = { // 768, // 767, // 766 NA - // 765, - // 764, + 765, + 764, // 763 NA // 762 NA // 761 NA @@ -370,8 +408,8 @@ static int included_patches[] = { // 757 NA // 756 NA // 755, - // 754, - // 753, + 754, + 753, // 752, // 751 NA // 750 NA @@ -485,12 +523,12 @@ static int included_patches[] = { 642, // 641 NA 640, - // 639, + 639, // 638 NA 637, 636, 635, - // 634, + 634, 633, // 632 NA 631, |