diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-09 11:36:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 11:36:03 +0800 |
commit | 0d3f2c4904d552635da07a6e2b4e75520b514940 (patch) | |
tree | 5aa80d21ce114fffbb9240da37b24ed3a22e575a | |
parent | b9913191be0b4884d92db794e2eb92641523a415 (diff) | |
download | rneovim-0d3f2c4904d552635da07a6e2b4e75520b514940.tar.gz rneovim-0d3f2c4904d552635da07a6e2b4e75520b514940.tar.bz2 rneovim-0d3f2c4904d552635da07a6e2b4e75520b514940.zip |
docs: update version.c (#30016)
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 d0ceaabce0..368bf79cf4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1069,7 +1069,7 @@ static const int included_patches[] = { 1416, 1415, 1414, - // 1413, + 1413, 1412, 1411, 1410, |