diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 81137ff1c6..7ee3b596de 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,10 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1809, + 1808, + 1806, + 1799, 1757, 1755, 1753, @@ -419,7 +423,7 @@ static int included_patches[] = { // 1262 NA // 1261 NA // 1260 NA - // 1259, + 1259, // 1258 NA // 1257 NA // 1256 NA @@ -624,14 +628,14 @@ static int included_patches[] = { // 1057, // 1056, 1055, - // 1054, + 1054, // 1053, - // 1052, + 1052, // 1051, // 1050, - // 1049, - // 1048, - // 1047, + 1049, + 1048, + 1047, // 1046, // 1045 NA // 1044 NA @@ -641,7 +645,7 @@ static int included_patches[] = { // 1040 NA // 1039, // 1038 NA - // 1037, + 1037, // 1036, 1035, // 1034, @@ -807,7 +811,7 @@ static int included_patches[] = { // 874 NA // 873 NA // 872 NA - // 871, + 871, 870, // 869 NA 868, |