mirror of
https://github.com/neovim/neovim.git
synced 2026-03-27 19:02:02 +00:00
docs: update version.c #38455
vim-patch:9.2.0234: test: Test_close_handle() is flaky vim-patch:a603175c6 runtime(manpager): use \x07 instead of \a for BEL in OSC 8 regex vim-patch:9.2.0245: xxd: color output detection is broken vim-patch:9.2.0247: popup: popups may not wrap as expected vim-patch:e09000a78 runtime(doc): Update examples in xxd.1 manpage vim-patch:be7ef8a19 translation(it): Update Italian xxd man page vim-patch:9.2.0242: memory leak in check_for_cryptkey() vim-patch:9.2.0243: memory leak in change_indent() vim-patch:9.2.0244: memory leak in eval8() vim-patch:9.2.0246: memory leak in globpath()
This commit is contained in:
committed by
GitHub
parent
3e6d5875ca
commit
77f2a478c8
@@ -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, 103 };
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1612, 121 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -3816,27 +3816,43 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
226, 225,
|
||||
// 224
|
||||
223, 222,
|
||||
// 220-221
|
||||
219,
|
||||
239,
|
||||
// 238
|
||||
237,
|
||||
// 236
|
||||
235,
|
||||
// 234
|
||||
233,
|
||||
// 232
|
||||
231, 230,
|
||||
// 227-229
|
||||
226, 225, 224, 223, 222,
|
||||
// 221
|
||||
220, 219,
|
||||
// 218
|
||||
217,
|
||||
// 210-216
|
||||
209,
|
||||
// 211-216
|
||||
210, 209,
|
||||
// 205-208
|
||||
204,
|
||||
// 203
|
||||
202, 201,
|
||||
// 183-200
|
||||
182,
|
||||
// 192-200
|
||||
191,
|
||||
// 189-190
|
||||
188, 187,
|
||||
// 184-186
|
||||
183, 182,
|
||||
// 181
|
||||
180,
|
||||
// 175-179
|
||||
174,
|
||||
// 166-173
|
||||
165,
|
||||
// 178-179
|
||||
177, 176,
|
||||
// 175
|
||||
174, 173,
|
||||
// 171-172
|
||||
170,
|
||||
// 167-169
|
||||
166, 165,
|
||||
// 163-164
|
||||
162,
|
||||
// 160-161
|
||||
|
||||
Reference in New Issue
Block a user