neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 9a6f481ca040c3cb2c39360790f66162e2433435
parent 5199c333a072933d6a2bb8b9e99076761da7396a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue,  6 Dec 2022 09:39:43 +0800

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
Diffstat:
Msrc/nvim/version.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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,