diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 66 |
1 files changed, 47 insertions, 19 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 30f104562f..c3555a9731 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -73,12 +73,40 @@ static int included_patches[] = { + 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, @@ -105,9 +133,9 @@ static int included_patches[] = { 1032, // 1031, // 1030, - // 1029, + 1029, // 1028, - // 1027, + 1027, // 1026, // 1025, // 1024, @@ -286,7 +314,7 @@ static int included_patches[] = { // 851 NA // 850 NA 849, - // 848, + 848, // 847, // 846 NA // 845, @@ -311,7 +339,7 @@ static int included_patches[] = { 826, // 825, // 824 NA - // 823, + 823, // 822, // 821, // 820, @@ -327,8 +355,8 @@ static int included_patches[] = { // 810, 809, // 808 NA - // 807, - // 806, + 807, + 806, // 805, // 804, 803, @@ -352,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, @@ -369,8 +397,8 @@ static int included_patches[] = { // 768, // 767, // 766 NA - // 765, - // 764, + 765, + 764, // 763 NA // 762 NA // 761 NA @@ -380,7 +408,7 @@ static int included_patches[] = { // 757 NA // 756 NA // 755, - // 754, + 754, 753, // 752, // 751 NA @@ -500,7 +528,7 @@ static int included_patches[] = { 637, 636, 635, - // 634, + 634, 633, // 632 NA 631, |