mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 05:39:12 +00:00
docs: update version.c
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()
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user