diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-08-22 11:15:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 11:15:26 +0800 |
commit | 898ef1835dbebbee4da3e95ef2d80349786cac32 (patch) | |
tree | f3b2fe3a7c8320c023b25b503a1c004c5da7d5c2 /src | |
parent | 0fd8eb8aae101815c699048a4dbc6ac7c5e35a9d (diff) | |
download | rneovim-898ef1835dbebbee4da3e95ef2d80349786cac32.tar.gz rneovim-898ef1835dbebbee4da3e95ef2d80349786cac32.tar.bz2 rneovim-898ef1835dbebbee4da3e95ef2d80349786cac32.zip |
version.c: update [skip ci] (#24830)
Co-authored-by: marvim <marvim@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 95e275bceb..b6861142cc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -80,7 +80,7 @@ static const int included_patches[] = { 2406, 2405, 2404, - // 2403, + 2403, 2402, 2401, 2400, @@ -384,7 +384,7 @@ static const int included_patches[] = { 2102, 2101, 2100, - // 2099, + 2099, 2098, 2097, 2096, @@ -413,15 +413,15 @@ static const int included_patches[] = { 2073, 2072, // 2071, - // 2070, - // 2069, - // 2068, - // 2067, - // 2066, + 2070, + 2069, + 2068, + 2067, + 2066, 2065, 2064, 2063, - // 2062, + 2062, 2061, 2060, 2059, @@ -430,16 +430,16 @@ static const int included_patches[] = { 2056, 2055, 2054, - // 2053, + 2053, 2052, 2051, 2050, 2049, - // 2048, - // 2047, - // 2046, + 2048, + 2047, + 2046, 2045, - // 2044, + 2044, 2043, 2042, 2041, |