diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-05 12:20:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 12:20:14 +0800 |
commit | daf9a63d67254342382cf79f1cd216f8e5722579 (patch) | |
tree | 6450f3cc7dae07b76b373c40e9122de596f4c8df /src | |
parent | 50048051565f84b8b75a50f4cfdc5147f861e42b (diff) | |
download | rneovim-daf9a63d67254342382cf79f1cd216f8e5722579.tar.gz rneovim-daf9a63d67254342382cf79f1cd216f8e5722579.tar.bz2 rneovim-daf9a63d67254342382cf79f1cd216f8e5722579.zip |
version.c: update [skip ci] (#20825)
N/A patches:
vim-patch 9.0.0829: wrong counts in macro comment
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e76d3ef9bf..98f34ca11f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -669,7 +669,7 @@ static const int included_patches[] = { 1829, 1828, // 1827, - // 1826, + 1826, 1825, 1824, 1823, |