mirror of
https://github.com/neovim/neovim.git
synced 2026-08-23 15:41:47 +00:00
docs: update version.c
vim-patch:9.1.0001: tests: Test_popup_setbuf() fails vim-patch:9.2.0018: high cpu usage with Wayland compositor vim-patch:472f46e23 README.md: mention r/vim and #vim libera vim-patch:dbd924f6a runtime(syntax-tests): Fail when executable syntax tests are found vim-patch:70a9273dc Filelist: Fix CI error caused by xdg.vim missing in Filelist vim-patch:405ba5010 runtime(doctags): remove unused header include file vim-patch:47eb32fc9 translation(zh): Update menu translation for changed "Sponsor" entry vim-patch:9.2.0038: Wayland: Not using bool type vim-patch:a99dcca17 Maintainers: Update MAINTAINERS file vim-patch:7b7a6f941 Add information for runtime files in the bug template. vim-patch:9b16aa34b CI: Avoid referencing the unstable ddebs.ubuntu.com/noble-proposed mirror vim-patch:9.2.0044: Wayland: still performance issues
This commit is contained in:
@@ -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, 3 };
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1609, 21 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -3819,9 +3819,21 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
9,
|
||||
// 8
|
||||
7,
|
||||
41, 40,
|
||||
// 37-39
|
||||
36,
|
||||
// 34-35
|
||||
33, 32, 31, 30,
|
||||
// 29
|
||||
28, 27,
|
||||
// 26
|
||||
25, 24, 23, 22,
|
||||
// 21
|
||||
20,
|
||||
// 14-19
|
||||
13, 12,
|
||||
// 11
|
||||
10, 9, 8, 7,
|
||||
// 5-6
|
||||
4,
|
||||
// 0-3
|
||||
|
||||
Reference in New Issue
Block a user