mirror of
https://github.com/neovim/neovim.git
synced 2026-08-21 06:41:04 +00:00
docs: update version.c
vim-patch:9.1.2111: Vim9: no error for elseif/else after else vim-patch:9.1.2117: unnecessary braces in terminal.c vim-patch:602e6042a runtime(doc): Reformat example at :h gui-w32-fullscreen vim-patch:9.1.2125: MS-Windows: DirectX rendering can be improved vim-patch:9.1.2127: MS-Windows: DirectX renders font too small vim-patch:1cac0a575 translation(sv): Remove duplicates from [g]vim.desktop.in vim-patch:91ec2c3ba CI: update FreeBSD runner to 15.0
This commit is contained in:
@@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
|
||||
// clang-format off
|
||||
static const int vim_versions[] = { 801, 802, 900, 901 };
|
||||
|
||||
static const int num_patches[] = { 2331, 3801, 1574, 1588 };
|
||||
static const int num_patches[] = { 2331, 3802, 1574, 1602 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -1581,9 +1581,7 @@ static const int *included_patchsets[] = {
|
||||
// 1996-1997
|
||||
1995, 1994, 1993, 1992, 1991,
|
||||
// 1988-1990
|
||||
1987, 1986, 1985, 1984, 1983, 1982, 1981,
|
||||
// 1980
|
||||
1979, 1978,
|
||||
1987, 1986, 1985, 1984, 1983, 1982, 1981, 1980, 1979, 1978,
|
||||
// 1977
|
||||
1976, 1975, 1974, 1973, 1972, 1971, 1970, 1969,
|
||||
// 1968
|
||||
@@ -3067,6 +3065,24 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 901
|
||||
2138,
|
||||
// 2137
|
||||
2136, 2135,
|
||||
// 2134
|
||||
2133, 2132,
|
||||
// 2131
|
||||
2130,
|
||||
// 2129
|
||||
2128,
|
||||
// 2124-2127
|
||||
2123, 2122,
|
||||
// 2120-2121
|
||||
2119, 2118,
|
||||
// 2117
|
||||
2116,
|
||||
// 2113-2115
|
||||
2112,
|
||||
// 2111
|
||||
2110, 2109, 2108, 2107,
|
||||
// 2106
|
||||
2105,
|
||||
@@ -3105,9 +3121,7 @@ static const int *included_patchsets[] = {
|
||||
// 1999-2000
|
||||
1998, 1997,
|
||||
// 1992-1996
|
||||
1991, 1990, 1989,
|
||||
// 1988
|
||||
1987,
|
||||
1991, 1990, 1989, 1988, 1987,
|
||||
// 1985-1986
|
||||
1984, 1983,
|
||||
// 1982
|
||||
|
||||
Reference in New Issue
Block a user