diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-06 11:15:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 11:15:08 +0800 |
commit | ddbd2b4e40d0b744d4d5b2b2251a4fc4c51f43e1 (patch) | |
tree | 5eee5b2de39b4df2c283c7a85f47974361d45de3 | |
parent | fe0f1f1c1982e1529bf8191722081f2688aae53c (diff) | |
download | rneovim-ddbd2b4e40d0b744d4d5b2b2251a4fc4c51f43e1.tar.gz rneovim-ddbd2b4e40d0b744d4d5b2b2251a4fc4c51f43e1.tar.bz2 rneovim-ddbd2b4e40d0b744d4d5b2b2251a4fc4c51f43e1.zip |
version.c: update [skip ci] (#28201)
Co-authored-by: marvim <marvim@users.noreply.github.com>
-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 5443371ba7..c392362bf4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1667,7 +1667,7 @@ static const int included_patches[] = { 818, 817, 816, - // 815, + 815, 814, 813, 812, |