diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2018-12-31 00:32:32 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-12-31 00:32:32 +0100 |
commit | f8eae37a3611c7a1f6921804b07ca6a402418e99 (patch) | |
tree | 6f5594314edb46f3eb1d4fb9e88672ff8953e7a3 /src | |
parent | 82a92308c5783d2c967f5b0dc158960f0cb49caa (diff) | |
download | rneovim-f8eae37a3611c7a1f6921804b07ca6a402418e99.tar.gz rneovim-f8eae37a3611c7a1f6921804b07ca6a402418e99.tar.bz2 rneovim-f8eae37a3611c7a1f6921804b07ca6a402418e99.zip |
version.c: update [ci skip] (#9417)
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 12 |
1 files 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, |