mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 07:11:12 +00:00
docs: update version.c
vim-patch:9.2.0166: Coverity warning for potential NULL dereference vim-patch:9.2.0170: channel: some issues in ch_listen() vim-patch:9.2.0173: tests: Test_balloon_eval_term_visual is flaky vim-patch:9.2.0177: Vim9: Can set environment variables in restricted mode vim-patch:9.2.0183: channel: using deprecated networking APIs vim-patch:9.2.0187: MS-Windows: rendering artifacts with DirectX renderer vim-patch:2b70de167 CI: bump actions/upload-artifact to v7 vim-patch:a907a7f73 runtime(doc): disable color codes when generating ascii man pages in Makefile vim-patch:c9e5aeff3 runtime(doc): Update Italian xxd manpage vim-patch:9.2.0210: tests: Test_xxd tests are failing vim-patch:9774651ec runtime(manpager): Strip OSC 8 hyperlink sequences in manpager plugin vim-patch:9.2.0220: MS-Windows: some defined cannot be set on Cygwin/Mingw vim-patch:9.2.0224: channel: 2 issues with out/err callbacks vim-patch:243dcd1bc translation(it): Update Italian xxd man page vim-patch:9.2.0230: popup: opacity not working accross vert splits vim-patch:9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H
This commit is contained in:
@@ -60,7 +60,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, 1612, 76 };
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1612, 103 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -3816,18 +3816,46 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
155,
|
||||
// 153-154
|
||||
226, 225,
|
||||
// 224
|
||||
223, 222,
|
||||
// 220-221
|
||||
219,
|
||||
// 218
|
||||
217,
|
||||
// 210-216
|
||||
209,
|
||||
// 205-208
|
||||
204,
|
||||
// 203
|
||||
202, 201,
|
||||
// 183-200
|
||||
182,
|
||||
// 181
|
||||
180,
|
||||
// 175-179
|
||||
174,
|
||||
// 166-173
|
||||
165,
|
||||
// 163-164
|
||||
162,
|
||||
// 160-161
|
||||
159,
|
||||
// 158
|
||||
157, 156, 155, 154,
|
||||
// 153
|
||||
152,
|
||||
// 148-151
|
||||
147,
|
||||
// 141-146
|
||||
140,
|
||||
// 149-151
|
||||
148, 147, 146,
|
||||
// 144-145
|
||||
143, 142, 141, 140,
|
||||
// 138-139
|
||||
137,
|
||||
// 133-136
|
||||
132, 131, 130,
|
||||
// 126-129
|
||||
137, 136,
|
||||
// 134-135
|
||||
133, 132, 131, 130,
|
||||
// 129
|
||||
128,
|
||||
// 126-127
|
||||
125, 124, 123, 122, 121, 120,
|
||||
// 115-119
|
||||
114,
|
||||
|
||||
Reference in New Issue
Block a user