mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
docs: update version.c #41006
vim-patch:c74a87eea runtime(helptoc): reload cached g:helptoc.shell_prompt when starting toc vim-patch:647d7f738 runtime(doc): fix typo in tag for helptoc package vim-patch:1c00af2a2 runtime(doc): Remove obsolete labelling from 'h' occasion in :help 'highlight' vim-patch:9.1.1537: helptoc: still some issues when markdown code blocks vim-patch:958ae91f3 runtime(doc): typo in recent doc style tweaks in options.txt vim-patch:9ade3f589 runtime(doc): Clarification in listener_add() doc vim-patch:9.2.0344: channel: ch_listen() can bind to network interface vim-patch:9.2.0669: GTK4: toolbar can be improved vim-patch:9.2.0857: popup: opacity popup over a terminal is not cleared when closed vim-patch:9.2.0858: MS-Windows GUI: white flash when VimEnter is slow vim-patch:9.2.0859: GTK2: Link error vim-patch:935fa240e runtime(doc): clarify vim9 script autoload mechanism vim-patch:9.2.0861: GTK4: bleed region updates in jumps vim-patch:9.2.0862: Missing test change from v9.2.0857 vim-patch:9.2.0863: MS-Windows GUI: window contents can be missing when VimEnter is slow
This commit is contained in:
committed by
GitHub
parent
20ff82d9fc
commit
6997d3404e
@@ -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, 3870, 1627, 1674, 563 };
|
||||
static const int num_patches[] = { 2333, 3872, 1628, 1678, 575 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -484,15 +484,11 @@ static const int *included_patchsets[] = {
|
||||
// 4784
|
||||
4783,
|
||||
// 4782
|
||||
4781,
|
||||
// 4780
|
||||
4779, 4778,
|
||||
4781, 4780, 4779, 4778,
|
||||
// 4777
|
||||
4776,
|
||||
// 4774-4775
|
||||
4773, 4772, 4771, 4770, 4769, 4768, 4767, 4766, 4765, 4764, 4763, 4762,
|
||||
// 4761
|
||||
4760, 4759,
|
||||
4773, 4772, 4771, 4770, 4769, 4768, 4767, 4766, 4765, 4764, 4763, 4762, 4761, 4760, 4759,
|
||||
// 4758
|
||||
4757, 4756,
|
||||
// 4755
|
||||
@@ -2577,7 +2573,9 @@ static const int *included_patchsets[] = {
|
||||
984,
|
||||
// 982-983
|
||||
981,
|
||||
// 976-980
|
||||
// 980
|
||||
979,
|
||||
// 976-978
|
||||
975,
|
||||
// 973-974
|
||||
972,
|
||||
@@ -2951,15 +2949,13 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 901
|
||||
2147, 2146,
|
||||
// 2143-2145
|
||||
2142,
|
||||
// 2139-2141
|
||||
2148, 2147, 2146, 2145,
|
||||
// 2143-2144
|
||||
2142, 2141,
|
||||
// 2139-2140
|
||||
2138,
|
||||
// 2137
|
||||
2136, 2135,
|
||||
// 2134
|
||||
2133, 2132,
|
||||
2136, 2135, 2134, 2133, 2132,
|
||||
// 2131
|
||||
2130, 2129, 2128, 2127,
|
||||
// 2126
|
||||
@@ -3653,13 +3649,9 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
855, 854,
|
||||
// 850-853
|
||||
849, 848,
|
||||
// 847
|
||||
846, 845,
|
||||
// 841-844
|
||||
840, 839, 838,
|
||||
856, 855, 854, 853, 852, 851,
|
||||
// 850
|
||||
849, 848, 847, 846, 845, 844, 843, 842, 841, 840, 839, 838,
|
||||
// 837
|
||||
836,
|
||||
// 834-835
|
||||
@@ -3867,8 +3859,10 @@ static const int *included_patchsets[] = {
|
||||
327, 326, 325, 324, 323, 322, 321,
|
||||
// 320
|
||||
319,
|
||||
// 314-318
|
||||
313, 312,
|
||||
// 318
|
||||
317,
|
||||
// 315-316
|
||||
314, 313, 312,
|
||||
// 311
|
||||
310, 309,
|
||||
// 307-308
|
||||
@@ -3990,9 +3984,7 @@ static const int *included_patchsets[] = {
|
||||
// 29
|
||||
28, 27,
|
||||
// 26
|
||||
25, 24, 23, 22,
|
||||
// 21
|
||||
20, 19, 18,
|
||||
25, 24, 23, 22, 21, 20, 19, 18,
|
||||
// 14-17
|
||||
13, 12, 11, 10, 9, 8, 7,
|
||||
// 5-6
|
||||
|
||||
Reference in New Issue
Block a user