From 6486b0345a69c2bb134f00feacad75852ebeef7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 03:26:42 -0700 Subject: version.c: update [skip ci] #19179 Co-authored-by: marvim --- src/nvim/version.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index a70778fdd9..3ffae6592c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -332,7 +332,7 @@ static const int included_patches[] = { 1591, 1590, 1589, - // 1588, + 1588, 1587, 1586, 1585, @@ -346,11 +346,11 @@ static const int included_patches[] = { 1577, 1576, 1575, - // 1574, + 1574, 1573, 1572, 1571, - // 1570, + 1570, 1569, 1568, 1567, @@ -362,7 +362,7 @@ static const int included_patches[] = { 1561, 1560, 1559, - // 1558, + 1558, 1557, 1556, 1555, -- cgit