diff --git a/src/nvim/version.c b/src/nvim/version.c index eb091e089e..5f32783a5e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS; static const int vim_versions[] = { 801, 802, 900, 901, 902 }; -static const int num_patches[] = { 2333, 3873, 1629, 1680, 592 }; +static const int num_patches[] = { 2333, 3874, 1629, 1681, 604 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -2108,9 +2108,7 @@ static const int *included_patchsets[] = { // 251 250, 249, 248, 247, 246, 245, 244, 243, 242, 241, 240, 239, // 238 - 237, 236, 235, 234, 233, - // 232 - 231, 230, 229, 228, 227, 226, 225, 224, 223, + 237, 236, 235, 234, 233, 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, // 222 221, 220, 219, 218, 217, 216, 215, 214, 213, 212, 211, 210, // 209 @@ -3625,8 +3623,8 @@ static const int *included_patchsets[] = { // 55 54, 53, 52, // 50-51 - 49, 48, 47, 46, - // 44-45 + 49, 48, 47, 46, 45, + // 44 43, 42, 41, 40, 39, 38, 37, 36, 35, // 34 33, 32, 31, @@ -3643,6 +3641,12 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 + 894, + // 893 + 892, + // 886-891 + 885, 884, 883, 882, 881, 880, 879, 878, 877, 876, + // 875 874, // 872-873 871, 870, 869, 868,