diff options
| -rw-r--r-- | src/nvim/version.c | 22 | 
1 files changed, 11 insertions, 11 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 80b1b236dd..678ba302fc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -297,7 +297,7 @@ static int included_patches[] = {    // 996 NA    // 995 NA    // 994 NA -  // 993, +  // 993 NA    // 992 NA    991,    // 990 NA @@ -316,12 +316,12 @@ static int included_patches[] = {    977,    // 976 NA    975, -  // 974, +  974,    // 973,    972,    // 971 NA    // 970 NA -  // 969, +  // 969 NA    // 968 NA    // 967 NA    // 966 NA @@ -334,7 +334,7 @@ static int included_patches[] = {    // 959 NA    // 958,    // 957, -  // 956, +  // 956 NA    955,    // 954 NA    953, @@ -343,11 +343,11 @@ static int included_patches[] = {    950,    949,    // 948 NA -  // 947, +  // 947 NA    946,    945,    944, -  // 943, +  // 943 NA    // 942,    // 941,    // 940 NA @@ -376,17 +376,17 @@ static int included_patches[] = {    // 917 NA    916,    915, -  // 914, +  // 914 NA    // 913 NA    912,    // 911 NA    // 910 NA -  // 909, +  // 909 NA    // 908 NA    // 907 NA    // 906 NA -  // 905, -  // 904, +  // 905 NA +  // 904 NA    903,    // 902 NA    901, @@ -398,7 +398,7 @@ static int included_patches[] = {    895,    // 894 NA    893, -  // 892, +  // 892 NA    891,    // 890 NA    // 889,  | 
