From 9a6f481ca040c3cb2c39360790f66162e2433435 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:39:43 +0800 Subject: [PATCH] version.c: update [skip ci] (#20958) Co-authored-by: marvim N/A patches: vim-patch:8.1.0820: test for sending large data over channel sometimes fails vim-patch:8.1.1133: compiler warning for uninitialized struct member vim-patch:8.1.1699: highlight_ga can be local instead of global --- src/nvim/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 6b3279a990..98719fce4a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -502,7 +502,7 @@ static const int included_patches[] = { // 2004, 2003, 2002, - // 2001, + 2001, 2000, // 1999, // 1998, @@ -554,7 +554,7 @@ static const int included_patches[] = { 1952, 1951, 1950, - // 1949, + 1949, 1948, 1947, 1946, @@ -1303,7 +1303,7 @@ static const int included_patches[] = { 1203, 1202, 1201, - // 1200, + 1200, 1199, 1198, 1197,