mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
version.c: update [ci skip] #11636
vim-patch:8.0.0902: cannot specify directory or environment for a job vim-patch:8.0.1127: Test_peek_and_get_char fails on 32 bit system vim-patch:8.1.0661: clipboard regexp might be used recursively vim-patch:8.1.0834: GUI may wait too long before dealing with messages vim-patch:8.2.0040: timers test is still flaky on Travis for Mac vim-patch:8.2.0053: windowsversion() does not always return the right value vim-patch:8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled vim-patch:8.2.0057: cannot build with small features vim-patch:8.2.0059: compiler warnings for unused variables in small build vim-patch:8.2.0060: message test only runs with one encoding vim-patch:8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4 vim-patch:8.2.0080: globals using INIT4() are not in the tags file vim-patch:8.2.0081: MS-Windows also need the change to support INIT4() vim-patch:8.2.0086: build error for small version vim-patch:8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 vim-patch:8.2.0100: macros for Ruby are too complicated
This commit is contained in:
parent
e8d61005dc
commit
a91ea02830
@ -101,7 +101,7 @@ static const int included_patches[] = {
|
||||
1820,
|
||||
1819,
|
||||
1818,
|
||||
// 1817,
|
||||
1817,
|
||||
1816,
|
||||
1815,
|
||||
1814,
|
||||
@ -132,7 +132,7 @@ static const int included_patches[] = {
|
||||
// 1789,
|
||||
1788,
|
||||
1787,
|
||||
// 1786,
|
||||
1786,
|
||||
1785,
|
||||
1784,
|
||||
// 1783,
|
||||
@ -378,9 +378,9 @@ static const int included_patches[] = {
|
||||
// 1543,
|
||||
1542,
|
||||
1541,
|
||||
// 1540,
|
||||
1540,
|
||||
1539,
|
||||
// 1538,
|
||||
1538,
|
||||
1537,
|
||||
1536,
|
||||
1535,
|
||||
@ -396,7 +396,7 @@ static const int included_patches[] = {
|
||||
// 1525,
|
||||
1524,
|
||||
1523,
|
||||
// 1522,
|
||||
1522,
|
||||
1521,
|
||||
// 1520,
|
||||
1519,
|
||||
@ -423,11 +423,11 @@ static const int included_patches[] = {
|
||||
1498,
|
||||
1497,
|
||||
1496,
|
||||
// 1495,
|
||||
1495,
|
||||
1494,
|
||||
1493,
|
||||
1492,
|
||||
// 1491,
|
||||
1491,
|
||||
1490,
|
||||
1489,
|
||||
1488,
|
||||
@ -562,7 +562,7 @@ static const int included_patches[] = {
|
||||
1359,
|
||||
// 1358,
|
||||
1357,
|
||||
// 1356,
|
||||
1356,
|
||||
// 1355,
|
||||
// 1354,
|
||||
1353,
|
||||
|
Loading…
Reference in New Issue
Block a user