diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-04-22 11:24:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 11:24:28 +0800 |
commit | 2d2ed4f6fdcb9c876a5635a02ccb48ff0cabddfa (patch) | |
tree | 5997971152e4c12e541a8ef7fff4f1969551e159 /src/nvim/version.c | |
parent | f68af3c3bc92c12f7dbbd32f44df8ab57a58ac98 (diff) | |
download | rneovim-2d2ed4f6fdcb9c876a5635a02ccb48ff0cabddfa.tar.gz rneovim-2d2ed4f6fdcb9c876a5635a02ccb48ff0cabddfa.tar.bz2 rneovim-2d2ed4f6fdcb9c876a5635a02ccb48ff0cabddfa.zip |
version.c: update [skip ci] (#22095)
Co-authored-by: marvim <marvim@users.noreply.github.com>
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index a9d72bf017..9dfc0c880d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -389,7 +389,7 @@ static const int included_patches[] = { 2097, 2096, 2095, - // 2094, + 2094, // 2093, // 2092, 2091, @@ -656,7 +656,7 @@ static const int included_patches[] = { 1830, 1829, 1828, - // 1827, + 1827, 1826, 1825, 1824, |