diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-12-06 09:39:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 09:39:43 +0800 |
commit | 9a6f481ca040c3cb2c39360790f66162e2433435 (patch) | |
tree | 25964848415e0b78fdce493e241fd6e784358034 | |
parent | 5199c333a072933d6a2bb8b9e99076761da7396a (diff) | |
download | rneovim-9a6f481ca040c3cb2c39360790f66162e2433435.tar.gz rneovim-9a6f481ca040c3cb2c39360790f66162e2433435.tar.bz2 rneovim-9a6f481ca040c3cb2c39360790f66162e2433435.zip |
version.c: update [skip ci] (#20958)
Co-authored-by: marvim <marvim@users.noreply.github.com>
N/A patches:
vim-patch:8.1.0820: test for sending large data over channel sometimes fails
vim-patch:8.1.1133: compiler warning for uninitialized struct member
vim-patch:8.1.1699: highlight_ga can be local instead of global
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6b3279a990..98719fce4a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -502,7 +502,7 @@ static const int included_patches[] = { // 2004, 2003, 2002, - // 2001, + 2001, 2000, // 1999, // 1998, @@ -554,7 +554,7 @@ static const int included_patches[] = { 1952, 1951, 1950, - // 1949, + 1949, 1948, 1947, 1946, @@ -1303,7 +1303,7 @@ static const int included_patches[] = { 1203, 1202, 1201, - // 1200, + 1200, 1199, 1198, 1197, |