mirror of
https://github.com/neovim/neovim.git
synced 2026-07-09 10:59:38 +00:00
docs: update version.c #40444
vim-patch:9.2.0516: socketserver: spurious error when servername is taken vim-patch:9.2.0615: sixel encoder drops pixels on the right edge of shapes vim-patch:9.2.0637: sixel: anti-aliased RGBA images render with visible outline vim-patch:9.2.0692: GTK2: build failure, popup images not drawn correctly vim-patch:9.2.0727: popup images not rendered correctly when unfocused vim-patch:9.2.0730: GTK4 GUI tabline is not updated vim-patch:9.2.0731: GTK4 GUI scrollbar size not updated when restoring a session vim-patch:9.2.0733: GTK3: GUI slow on X11 since dropping the alpha channel vim-patch:9.2.0737: tests: comment test can be improved vim-patch:e876e256f CI: Bump actions/checkout in the github-actions group across 1 directory vim-patch:9.2.0740: GTK4: scrollbar wrongly displayed vim-patch:c0fc51184 CI: MS-Windows: Run gvim/vim tests in parallel vim-patch:9.2.0744: popup_atcursor() closes immediately on white space vim-patch:9.2.0746: NULL pointer dereference in gui_photon vim-patch:9.2.0747: cscope: connection leak when growing the array fails vim-patch:9.2.0751: GTK3 GUI is slow under Wayland
This commit is contained in:
committed by
GitHub
parent
aa3823cca3
commit
ab4e9683f5
@@ -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[] = { 2332, 3856, 1612, 1655, 457 };
|
||||
static const int num_patches[] = { 2332, 3856, 1614, 1655, 479 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -2410,9 +2410,7 @@ static const int *included_patchsets[] = {
|
||||
// 1519
|
||||
1518, 1517, 1516, 1515, 1514, 1513, 1512, 1511,
|
||||
// 1510
|
||||
1509, 1508, 1507, 1506, 1505,
|
||||
// 1504
|
||||
1503, 1502, 1501, 1500, 1499, 1498, 1497,
|
||||
1509, 1508, 1507, 1506, 1505, 1504, 1503, 1502, 1501, 1500, 1499, 1498, 1497,
|
||||
// 1496
|
||||
1495, 1494, 1493, 1492, 1491, 1490, 1489, 1488, 1487, 1486, 1485, 1484, 1483,
|
||||
// 1481-1482
|
||||
@@ -2590,8 +2588,8 @@ static const int *included_patchsets[] = {
|
||||
// 1001-1002
|
||||
1000,
|
||||
// 999
|
||||
998, 997,
|
||||
// 995-996
|
||||
998, 997, 996,
|
||||
// 995
|
||||
994, 993, 992, 991, 990, 989,
|
||||
// 988
|
||||
987, 986,
|
||||
@@ -3697,11 +3695,25 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
725,
|
||||
// 719-724
|
||||
718, 717,
|
||||
// 709-716
|
||||
708, 707, 706, 705, 704,
|
||||
745,
|
||||
// 744
|
||||
743, 742, 741,
|
||||
// 739-740
|
||||
738,
|
||||
// 736-737
|
||||
735,
|
||||
// 730-734
|
||||
729, 728,
|
||||
// 727
|
||||
726, 725, 724,
|
||||
// 723
|
||||
722,
|
||||
// 721
|
||||
720,
|
||||
// 719
|
||||
718, 717, 716,
|
||||
// 713-715
|
||||
712, 711, 710, 709, 708, 707, 706, 705, 704,
|
||||
// 703
|
||||
702, 701, 700, 699, 698, 697, 696,
|
||||
// 694-695
|
||||
@@ -3868,9 +3880,7 @@ static const int *included_patchsets[] = {
|
||||
// 305
|
||||
304, 303, 302,
|
||||
// 300-301
|
||||
299, 298, 297, 296, 295, 294, 293,
|
||||
// 292
|
||||
291, 290, 289, 288, 287, 286, 285,
|
||||
299, 298, 297, 296, 295, 294, 293, 292, 291, 290, 289, 288, 287, 286, 285,
|
||||
// 282-284
|
||||
281, 280, 279,
|
||||
// 278
|
||||
@@ -3942,10 +3952,10 @@ static const int *included_patchsets[] = {
|
||||
// 129
|
||||
128,
|
||||
// 126-127
|
||||
125, 124, 123, 122, 121, 120,
|
||||
// 115-119
|
||||
114,
|
||||
// 110-113
|
||||
125, 124, 123, 122, 121, 120, 119, 118,
|
||||
// 115-117
|
||||
114, 113,
|
||||
// 110-112
|
||||
109, 108,
|
||||
// 107
|
||||
106, 105,
|
||||
@@ -3973,8 +3983,8 @@ static const int *included_patchsets[] = {
|
||||
47, 46,
|
||||
// 45
|
||||
44,
|
||||
// 42-43
|
||||
41, 40,
|
||||
// 43
|
||||
42, 41, 40,
|
||||
// 39
|
||||
38, 37, 36,
|
||||
// 34-35
|
||||
|
||||
Reference in New Issue
Block a user