diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-02-02 08:07:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 08:07:11 +0800 |
commit | ecc1595c7b81987ca9d6265d1e08ef37a05c95bf (patch) | |
tree | 0f10974926da706239d8d8b411f4f0176f0159ff | |
parent | fa35d3c33a74123a3a3374566652161d3ad6ee5c (diff) | |
download | rneovim-ecc1595c7b81987ca9d6265d1e08ef37a05c95bf.tar.gz rneovim-ecc1595c7b81987ca9d6265d1e08ef37a05c95bf.tar.bz2 rneovim-ecc1595c7b81987ca9d6265d1e08ef37a05c95bf.zip |
version.c: update [skip ci] (#21306)
Co-authored-by: marvim <marvim@users.noreply.github.com>
N/A patches:
vim-patch:9.0.1272: typo in pattern for filetype detection
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 11f1d6695e..3324ac2a94 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -795,7 +795,7 @@ static const int included_patches[] = { 1702, 1701, // 1700, - // 1699, + 1699, 1698, 1697, 1696, @@ -1361,7 +1361,7 @@ static const int included_patches[] = { // 1136, 1135, 1134, - // 1133, + 1133, 1132, 1131, 1130, @@ -1674,7 +1674,7 @@ static const int included_patches[] = { 823, 822, 821, - // 820, + 820, 819, 818, 817, |