From f8eae37a3611c7a1f6921804b07ca6a402418e99 Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Mon, 31 Dec 2018 00:32:32 +0100 Subject: version.c: update [ci skip] (#9417) --- src/nvim/version.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index eacc3fd86e..11dc813997 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1342,7 +1342,7 @@ static const int included_patches[] = { 588, 587, 586, - // 585, + 585, 584, 583, 582, @@ -1439,7 +1439,7 @@ static const int included_patches[] = { 491, 490, 489, - // 488, + 488, 487, 486, 485, @@ -1491,15 +1491,15 @@ static const int included_patches[] = { 439, 438, 437, - // 436, + 436, 435, 434, 433, 432, 431, - // 430, - // 429, - // 428, + 430, + 429, + 428, 427, 426, 425, -- cgit