neovim

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

commit be8969f4cc1f766386319ee3dc45f6002f51713b
parent 6ba32713ada1c290aa8ff0cfcf69c3cbb14d59d4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu, 26 Feb 2026 12:02:20 +0800

docs: update version.c (#38053)

vim-patch:9.2.0001: tests: Test_popup_setbuf() fails
vim-patch:9.2.0047: Vim9: Comment parsing error with lambda
vim-patch:9.2.0052: Wayland: hiding lower half of command line in tiny vim

Co-authored-by: marvim <marvim@users.noreply.github.com>
Diffstat:
Msrc/nvim/version.c | 16+++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/src/nvim/version.c b/src/nvim/version.c @@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS; // clang-format off static const int vim_versions[] = { 801, 802, 900, 901, 902 }; -static const int num_patches[] = { 2331, 3803, 1574, 1609, 21 }; +static const int num_patches[] = { 2331, 3803, 1574, 1609, 31 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -3819,8 +3819,16 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 + 59, 58, 57, 56, 55, 54, + // 47-53 + 46, + // 45 + 44, + // 42-43 41, 40, - // 37-39 + // 39 + 38, + // 37 36, // 34-35 33, 32, 31, 30, @@ -3830,7 +3838,9 @@ static const int *included_patchsets[] = { 25, 24, 23, 22, // 21 20, - // 14-19 + // 19 + 18, + // 14-17 13, 12, // 11 10, 9, 8, 7,