mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
docs: update version.c #40898
vim-patch:9.2.0820: GUI: hidden popup image is displayed and not erased vim-patch:9.2.0822: GTK4: crash menu id is null in gui_mch_destroy_menu() vim-patch:9.2.0823: tests: Test_clientserver_servlist_list may fail vim-patch:9.2.0824: Makefile: Make tags depends on configure vim-patch:9.2.0828: GTK4: hardware rendering can be improved vim-patch:2f0178afe Update .gitignore and .hgignore files vim-patch:9.2.0832: socketserver: remote commands can be processed in reverse order vim-patch:9.2.0833: GTK4: menu mnemonics do not work properly vim-patch:bb86a1866 runtime(doc): clarify re-sourcing of Vim9 script behaviour Co-authored-by: marvim <marvim@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b81c60c3fa
commit
fcb43e8a11
@@ -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, 3862, 1627, 1674, 534 };
|
||||
static const int num_patches[] = { 2333, 3870, 1627, 1674, 547 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -1347,12 +1347,12 @@ static const int *included_patchsets[] = {
|
||||
2539,
|
||||
// 2537-2538
|
||||
2536, 2535, 2534, 2533, 2532,
|
||||
// 2525-2531
|
||||
// 2528-2531
|
||||
2527,
|
||||
// 2525-2526
|
||||
2524, 2523, 2522,
|
||||
// 2521
|
||||
2520,
|
||||
// 2519
|
||||
2518, 2517, 2516, 2515, 2514, 2513,
|
||||
2520, 2519, 2518, 2517, 2516, 2515, 2514, 2513,
|
||||
// 2511-2512
|
||||
2510, 2509, 2508, 2507, 2506, 2505, 2504, 2503, 2502,
|
||||
// 2501
|
||||
@@ -1474,9 +1474,7 @@ static const int *included_patchsets[] = {
|
||||
// 2193-2195
|
||||
2192, 2191, 2190, 2189,
|
||||
// 2187-2188
|
||||
2186, 2185, 2184,
|
||||
// 2183
|
||||
2182, 2181, 2180,
|
||||
2186, 2185, 2184, 2183, 2182, 2181, 2180,
|
||||
// 2178-2179
|
||||
2177, 2176, 2175, 2174,
|
||||
// 2173
|
||||
@@ -1546,8 +1544,8 @@ static const int *included_patchsets[] = {
|
||||
// 2012
|
||||
2011, 2010, 2009, 2008, 2007, 2006, 2005, 2004, 2003, 2002,
|
||||
// 2001
|
||||
2000, 1999, 1998,
|
||||
// 1996-1997
|
||||
2000, 1999, 1998, 1997,
|
||||
// 1996
|
||||
1995, 1994, 1993, 1992, 1991,
|
||||
// 1988-1990
|
||||
1987, 1986, 1985, 1984, 1983, 1982, 1981, 1980, 1979, 1978,
|
||||
@@ -1636,9 +1634,8 @@ static const int *included_patchsets[] = {
|
||||
// 1752-1753
|
||||
1751, 1750, 1749, 1748, 1747, 1746, 1745,
|
||||
// 1744
|
||||
1743, 1742, 1741, 1740, 1739, 1738, 1737, 1736, 1735, 1734, 1733, 1732, 1731, 1730,
|
||||
// 1729
|
||||
1728, 1727, 1726, 1725, 1724,
|
||||
1743, 1742, 1741, 1740, 1739, 1738, 1737, 1736, 1735, 1734, 1733, 1732, 1731, 1730, 1729, 1728,
|
||||
1727, 1726, 1725, 1724,
|
||||
// 1723
|
||||
1722, 1721, 1720,
|
||||
// 1718-1719
|
||||
@@ -1974,11 +1971,7 @@ static const int *included_patchsets[] = {
|
||||
// 751
|
||||
750, 749,
|
||||
// 747-748
|
||||
746,
|
||||
// 745
|
||||
744,
|
||||
// 743
|
||||
742, 741, 740, 739,
|
||||
746, 745, 744, 743, 742, 741, 740, 739,
|
||||
// 737-738
|
||||
736, 735, 734, 733, 732, 731,
|
||||
// 729-730
|
||||
@@ -2151,9 +2144,8 @@ static const int *included_patchsets[] = {
|
||||
// 159-160
|
||||
158, 157, 156, 155, 154, 153, 152, 151, 150,
|
||||
// 149
|
||||
148, 147, 146, 145, 144, 143,
|
||||
// 142
|
||||
141, 140, 139, 138, 137, 136, 135, 134, 133, 132, 131,
|
||||
148, 147, 146, 145, 144, 143, 142, 141, 140, 139, 138, 137, 136, 135, 134, 133,
|
||||
132, 131,
|
||||
// 130
|
||||
129, 128,
|
||||
// 127
|
||||
@@ -3661,13 +3653,25 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
815,
|
||||
838,
|
||||
// 837
|
||||
836,
|
||||
// 828-835
|
||||
827,
|
||||
// 826
|
||||
825,
|
||||
// 822-824
|
||||
821,
|
||||
// 817-820
|
||||
816, 815,
|
||||
// 814
|
||||
813, 812,
|
||||
// 800-811
|
||||
799, 798,
|
||||
// 797
|
||||
796,
|
||||
// 811
|
||||
810, 809, 808, 807,
|
||||
// 804-806
|
||||
803,
|
||||
// 801-802
|
||||
800, 799, 798, 797, 796,
|
||||
// 795
|
||||
794,
|
||||
// 793
|
||||
|
||||
Reference in New Issue
Block a user