mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 14:41:33 +00:00
docs: update version.c #40348
vim-patch:e34458465 Optimize vim.ico
vim-patch:a092d249b ccfilter: buffer overflow in ccfilter.c with crafted compiler output
vim-patch:9.2.0679: [security]: Out-of-bounds read with text property virtual text
vim-patch:738e6863d runtime(doc): regenerate help tags
vim-patch:9.2.0681: configure: -lruby added even for a dynamic ruby build
vim-patch:9.2.0685: clipboard.c does not get the Wayland CFLAGS on GTK2
vim-patch:9.2.0687: popup_image_composites_frames() has improper if block scope
vim-patch:fefa6550f translation(ru): fix typo in Russian translation for the new tutor
vim-patch:a6c8c2d83 CI: Bump msys2/setup-msys2
vim-patch:9.2.0691: Solaris: Test_terminal_composing_unicode() fails
vim-patch:9.2.0693: tests: Test_suspend() may fail because of keyprotocol query
vim-patch:b7cf2a544 Add README.ja.txt and LICENSE.ja.txt
vim-patch:9.2.0696: GTK4: A few issues with toolbar support
vim-patch:e31ec2ef0 nsis: Remove NSIS Installer Code
vim-patch:8.2.0291: Vim9: assigning [] to list<string> doesn't work
vim-patch:8.2.0453: trailing space in job_start() command causes empty argument
vim-patch:8.2.0526: Gcc 9 complains about empty statement
vim-patch:8.2.2133: Vim9: checking for a non-empty string is too strict
vim-patch:8.2.2135: Vim9: #{ still seen as start of dict in some places
vim-patch:8.2.2137: Vim9: :echo and :execute give error for empty argument
vim-patch:8.2.2677: Vim9: cannot use only some of the default arguments
vim-patch:8.2.3456: Vim9: not all functions are tested with empty string argument
vim-patch:8.2.4229: possible crash when invoking timer callback fails
vim-patch:8.2.4872: Vim9: no error for using an expression only
vim-patch:8.2.4906: MS-Windows: cannot use transparent background
vim-patch:9.0.1053: default constructor arguments are not optional
vim-patch:9.0.2034: don't try to copy SMACK attribute, when none exist
vim-patch:9.2.0697: possible overflow when parsing CSI keys
This commit is contained in:
committed by
GitHub
parent
259f1173e4
commit
410a5b6544
@@ -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, 3843, 1604, 1655, 413 };
|
||||
static const int num_patches[] = { 2332, 3845, 1605, 1655, 438 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -1521,9 +1521,7 @@ static const int *included_patchsets[] = {
|
||||
// 2122
|
||||
2121,
|
||||
// 2120
|
||||
2119, 2118,
|
||||
// 2117
|
||||
2116, 2115, 2114, 2113, 2112, 2111, 2110, 2109, 2108, 2107, 2106,
|
||||
2119, 2118, 2117, 2116, 2115, 2114, 2113, 2112, 2111, 2110, 2109, 2108, 2107, 2106,
|
||||
// 2105
|
||||
2104, 2103, 2102,
|
||||
// 2101
|
||||
@@ -1601,8 +1599,8 @@ static const int *included_patchsets[] = {
|
||||
1893, 1892,
|
||||
// 1891
|
||||
1890,
|
||||
// 1888-1889
|
||||
1887, 1886, 1885, 1884, 1883, 1882, 1881, 1880,
|
||||
// 1889
|
||||
1888, 1887, 1886, 1885, 1884, 1883, 1882, 1881, 1880,
|
||||
// 1879
|
||||
1878, 1877,
|
||||
// 1876
|
||||
@@ -2481,8 +2479,8 @@ static const int *included_patchsets[] = {
|
||||
// 1338
|
||||
1337, 1336, 1335,
|
||||
// 1333-1334
|
||||
1332, 1331, 1330, 1329,
|
||||
// 1325-1328
|
||||
1332, 1331, 1330, 1329, 1328,
|
||||
// 1325-1327
|
||||
1324, 1323, 1322,
|
||||
// 1320-1321
|
||||
1319, 1318,
|
||||
@@ -3717,15 +3715,26 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
677, 676, 675,
|
||||
// 674
|
||||
673,
|
||||
// 664-672
|
||||
699, 698,
|
||||
// 690-697
|
||||
689,
|
||||
// 687-688
|
||||
686,
|
||||
// 685
|
||||
684, 683, 682,
|
||||
// 681
|
||||
680,
|
||||
// 679
|
||||
678, 677, 676, 675, 674, 673, 672, 671,
|
||||
// 669-670
|
||||
668, 667,
|
||||
// 666
|
||||
665,
|
||||
// 664
|
||||
663, 662,
|
||||
// 657-661
|
||||
656,
|
||||
// 654-655
|
||||
653, 652, 651, 650, 649, 648, 647, 646, 645, 644,
|
||||
// 661
|
||||
660, 659, 658, 657, 656, 655, 654, 653, 652, 651, 650, 649, 648, 647, 646, 645,
|
||||
644,
|
||||
// 643
|
||||
642, 641, 640, 639,
|
||||
// 636-638
|
||||
@@ -3821,7 +3830,9 @@ static const int *included_patchsets[] = {
|
||||
413,
|
||||
// 410-412
|
||||
409, 408,
|
||||
// 401-407
|
||||
// 407
|
||||
406,
|
||||
// 401-405
|
||||
400,
|
||||
// 397-399
|
||||
396, 395, 394, 393,
|
||||
@@ -3898,17 +3909,17 @@ static const int *included_patchsets[] = {
|
||||
// 227-229
|
||||
226, 225, 224, 223, 222,
|
||||
// 221
|
||||
220, 219,
|
||||
// 218
|
||||
217, 216, 215,
|
||||
220, 219, 218, 217, 216, 215,
|
||||
// 211-214
|
||||
210, 209,
|
||||
// 205-208
|
||||
// 208
|
||||
207,
|
||||
// 205-206
|
||||
204,
|
||||
// 203
|
||||
202, 201,
|
||||
// 196-200
|
||||
195,
|
||||
// 197-200
|
||||
196, 195,
|
||||
// 192-194
|
||||
191,
|
||||
// 190
|
||||
|
||||
Reference in New Issue
Block a user