diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-07-01 03:26:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 03:26:42 -0700 |
commit | 6486b0345a69c2bb134f00feacad75852ebeef7e (patch) | |
tree | acbefacbdec23af721c3f53d90bb086328ffd56d | |
parent | 60604d6a9982319673e5d5e67f0cdc29465cfe54 (diff) | |
download | rneovim-6486b0345a69c2bb134f00feacad75852ebeef7e.tar.gz rneovim-6486b0345a69c2bb134f00feacad75852ebeef7e.tar.bz2 rneovim-6486b0345a69c2bb134f00feacad75852ebeef7e.zip |
version.c: update [skip ci] #19179
Co-authored-by: marvim <marvim@users.noreply.github.com>
-rw-r--r-- | src/nvim/version.c | 8 |
1 files changed, 4 insertions, 4 deletions
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, |