docs: update version.c #40855

vim-patch:9.2.0807: MS-Windows: ellipsis character is garbled
vim-patch:9.2.0816: GTK4: Memory leak in gui_gtk_set_dnd_targets()

vim-patch:8.2.0142: possible to enter popup window with CTRL-W p
vim-patch:8.2.0743: can move to another buffer from a terminal in popup window
vim-patch:8.2.0745: crash on exit when not all popups are closed
vim-patch:8.2.1729: endless loop when ":normal" feeds popup window filter
vim-patch:8.2.1997: window changes when using bufload() while in a terminal popup
vim-patch:8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are used
vim-patch:8.2.2519: Vim9: no reason to keep strange Vi behavior
vim-patch:8.2.2527: Vim9: lambda return type is not determined at script level

vim-patch:9.2.0797: Memory leak in get_qfline_items() on alloc failure
vim-patch:9.2.0800: Memory leak in call_func() on alloc failure
vim-patch:9.2.0803: Memory leak on alloc failure with taglist/gettagstack()
vim-patch:9.2.0808: getregionpos: double-free on alloc failure
vim-patch:9.2.0809: getframelayout() uses wrong function to free lists
vim-patch:9.2.0810: add_llist_tags() uses wrong function to free dict
This commit is contained in:
github-actions[bot]
2026-07-21 06:29:00 -04:00
committed by GitHub
parent 69e1321731
commit 08cfbb8f37

View File

@@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
static const int vim_versions[] = { 801, 802, 900, 901, 902 };
static const int num_patches[] = { 2333, 3860, 1625, 1671, 528 };
static const int num_patches[] = { 2333, 3862, 1627, 1674, 534 };
static const int *included_patchsets[] = {
(const int[]) { // 801
@@ -428,9 +428,7 @@ static const int *included_patchsets[] = {
// 4958
4957, 4956, 4955, 4954, 4953,
// 4952
4951, 4950, 4949, 4948, 4947, 4946,
// 4945
4944, 4943,
4951, 4950, 4949, 4948, 4947, 4946, 4945, 4944, 4943,
// 4942
4941, 4940, 4939, 4938,
// 4937
@@ -1441,8 +1439,8 @@ static const int *included_patchsets[] = {
2281, 2280, 2279, 2278, 2277, 2276,
// 2275
2274, 2273,
// 2271-2272
2270, 2269,
// 2272
2271, 2270, 2269,
// 2264-2268
2263,
// 2262
@@ -2286,9 +2284,7 @@ static const int *included_patchsets[] = {
// 1924
1923, 1922, 1921,
// 1920
1919, 1918, 1917,
// 1916
1915, 1914, 1913, 1912, 1911,
1919, 1918, 1917, 1916, 1915, 1914, 1913, 1912, 1911,
// 1909-1910
1908, 1907,
// 1906
@@ -2374,8 +2370,8 @@ static const int *included_patchsets[] = {
// 1604-1605
1603, 1602, 1601, 1600, 1599, 1598, 1597, 1596, 1595,
// 1592-1594
1591,
// 1589-1590
1591, 1590,
// 1589
1588, 1587, 1586, 1585, 1584, 1583, 1582,
// 1581
1580,
@@ -3236,16 +3232,12 @@ static const int *included_patchsets[] = {
// 1371-1372
1370, 1369,
// 1368
1367,
// 1366
1365,
// 1363-1364
1362, 1361, 1360, 1359, 1358, 1357, 1356,
1367, 1366, 1365,
// 1364
1363, 1362, 1361, 1360, 1359, 1358, 1357, 1356,
// 1355
1354, 1353,
// 1352
1351, 1350, 1349, 1348, 1347, 1346, 1345, 1344, 1343, 1342, 1341, 1340, 1339, 1338, 1337, 1336,
1335,
1354, 1353, 1352, 1351, 1350, 1349, 1348, 1347, 1346, 1345, 1344, 1343, 1342, 1341, 1340, 1339,
1338, 1337, 1336, 1335,
// 1333-1334
1332, 1331,
// 1330
@@ -3669,6 +3661,12 @@ static const int *included_patchsets[] = {
// 0
},
(const int[]) { // 902
815,
// 814
813, 812,
// 800-811
799, 798,
// 797
796,
// 795
794,
@@ -3986,8 +3984,8 @@ static const int *included_patchsets[] = {
// 14-17
13, 12, 11, 10, 9, 8, 7,
// 5-6
4,
// 2-3
4, 3,
// 2
1,
// 0
},