docs: update version.c #38084

vim-patch:9.2.0062: Using the wrong field with DAP channel mode
vim-patch:9.2.0064: popup: opacity feature causes flickering
vim-patch:9.2.0071: Vim9: lambda function deleted on re-sourcing
vim-patch:9.2.0082: Patch v9.2.0052 was wrong
vim-patch:9.2.0084: Vim9: isn_get_calltype() can be improved
vim-patch:a6550d571 translation: regenerate po/vim.pot after v9.2.0083
vim-patch:9.2.0086: Coverity complains that ScreenLines can be NULL
vim-patch:9.2.0087: popup: redrawing can be improved when moving popups
vim-patch:5a4291d34 runtime(osc52): Omit paste from the osc52 provider when g:osc52_disable_paste is enabled
vim-patch:93cb5e544 translation: regenerate po/vim.pot after v9.2.0088
vim-patch:9166f1c09 translation: regenerate po/vim.pot after v9.2.0093
vim-patch:f7a568ebe runtime(syntax-tests): regenerate dump files (after v9.2.0093)
vim-patch:22c62e269 runtime(syntax-tests): regenerate dump files (after v9.2.0110)
vim-patch:bd77d327d runtime(doc): remove thoughts of generics for a function
vim-patch:9.2.0114: MS-Windows: terminal output may go to wrong terminal
vim-patch:49b81793f runtime(docs): Update CONTRIBUTING.md and mention #vim on libera
vim-patch:9.2.0123: GTK: using deprecated gdk_pixbuf_new_from_xpm_data()

Co-authored-by: marvim <marvim@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-09 11:35:38 -04:00
committed by GitHub
parent 69419f8b3e
commit 1684ff9ded

View File

@@ -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, 31 };
static const int num_patches[] = { 2331, 3803, 1574, 1612, 59 };
static const int *included_patchsets[] = {
(const int[]) { // 801
@@ -3307,8 +3307,8 @@ static const int *included_patchsets[] = {
1491, 1490,
// 1489
1488,
// 1484-1487
1483, 1482, 1481,
// 1485-1487
1484, 1483, 1482, 1481,
// 1480
1479, 1478, 1477, 1476, 1475, 1474, 1473, 1472, 1471, 1470,
// 1469
@@ -3633,11 +3633,7 @@ static const int *included_patchsets[] = {
// 545
544, 543,
// 542
541, 540,
// 539
538, 537, 536,
// 535
534, 533, 532, 531, 530, 529, 528,
541, 540, 539, 538, 537, 536, 535, 534, 533, 532, 531, 530, 529, 528,
// 527
526, 525, 524,
// 522-523
@@ -3819,9 +3815,41 @@ static const int *included_patchsets[] = {
// 0
},
(const int[]) { // 902
125, 124,
// 123
122, 121, 120,
// 110-119
109, 108,
// 107
106, 105,
// 103-104
102,
// 98-101
97,
// 92-96
91, 90,
// 89
88,
// 82-87
81,
// 79-80
78, 77,
// 76
75, 74,
// 71-73
70,
// 68-69
67, 66, 65,
// 64
63,
// 62
61,
// 60
59, 58, 57, 56, 55, 54,
// 47-53
46,
// 53
52,
// 48-51
47, 46,
// 45
44,
// 42-43
@@ -3846,7 +3874,9 @@ static const int *included_patchsets[] = {
10, 9, 8, 7,
// 5-6
4,
// 0-3
// 2-3
1,
// 0
},
};
// clang-format on