From c9f4cac3c9ae328156f72d7b61b4490e9ecc754c Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Fri, 24 Apr 2020 23:33:15 +0200 Subject: version.c: update [ci skip] (#12084) --- src/nvim/version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/nvim') diff --git a/src/nvim/version.c b/src/nvim/version.c index 9c14ced2ad..15a9713c7c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -398,7 +398,7 @@ static const int included_patches[] = { 1523, 1522, 1521, - // 1520, + 1520, 1519, 1518, 1517, @@ -530,7 +530,7 @@ static const int included_patches[] = { 1391, 1390, 1389, - // 1388, + 1388, 1387, 1386, 1385, @@ -789,7 +789,7 @@ static const int included_patches[] = { 1132, 1131, 1130, - // 1129, + 1129, 1128, 1127, 1126, -- cgit