mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
version.c: update [ci skip] (#12662)
vim-patch:8.0.1454: when in silent mode too much output is buffered vim-patch:8.1.0464: MS-Windows: job_info() has cmd without backslashes vim-patch:8.1.0581: double free without the text properties feature vim-patch:8.1.1392: build failure in tiny version vim-patch:8.1.1541: check for ASAN is not reliable vim-patch:8.1.1640: the CursorHold autocommand takes down a balloon vim-patch:8.1.1808: build failure for tiny version vim-patch:8.2.0062: memory test is flaky on FreeBSD vim-patch:8.2.0524: Win32: searching for file matches is slow vim-patch:8.2.0525: Win32: typo in assignment and misplaced paren vim-patch:8.2.0569: build failure with tiny version vim-patch:8.2.0774: t_TI and t_TE are output when using 'visualbell' vim-patch:8.2.1225: linker errors when building with dynamic Python 3.9 vim-patch:8.2.1226: MS-Windows: windows positioning wrong depending on taskbar vim-patch:8.2.1228: scrollbars not flush against the window edges when maximised vim-patch:8.2.1231: MS-Windows: GUI code can be cleaned up vim-patch:8.2.1232: MS-Windows GUI: Snap cancelled by split command vim-patch:8.2.1240: GUI tests sometimes fail because of translations vim-patch:8.2.1245: build failure in tiny version vim-patch:8.2.1248: Netbeans test is flaky in the GUI vim-patch:8.2.1264: terminal getwinpos() test is a bit flaky vim-patch:8.2.1266: Makefile preference were accidentally included vim-patch:8.2.1273: MS-Windows: terminal test may leave file behind vim-patch:8.2.1277: tests on Travis do not run with EXITFREE vim-patch:8.2.1279: some tests on Travis have EXITFREE duplicated vim-patch:8.2.1298: compiler warning for unused argument in small version vim-patch:8.2.1309: build failure with tiny version vim-patch:8.2.1310: configure with Xcode 12 fails to check for tgetent vim-patch:8.2.1312: MS-Windows: terminal test may fail if dir.exe exists vim-patch:8.2.1317: MS-Windows tests on AppVeyor are slow vim-patch:8.2.1318: no status badge for Github CI vim-patch:8.2.1319: status badge for Github CI has wrong link vim-patch:8.2.1321: GitHub CI also runs on tag push vim-patch:8.2.1327: Mac: configure can't find Tcl libraries vim-patch:8.2.1330: Github workflow takes longer than needed vim-patch:8.2.1334: Github workflow timeout needs tuning vim-patch:8.2.1335: CTRL-C in the GUI doesn't interrupt vim-patch:8.2.1336: build failure on non-Unix systems vim-patch:8.2.1346: small build fails vim-patch:8.2.1348: build failure without the eval feature vim-patch:8.2.1353: crash when drawing double-wide character in terminal window vim-patch:8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirected vim-patch:8.2.1385: no testing on ARM vim-patch:8.2.1389: file missing from the distribution vim-patch:8.2.1402: s390x tests always fail vim-patch:8.2.1422: the Mac GUI implementation is outdated vim-patch:8.2.1424: Mac build fails vim-patch:8.2.1436: function implementing :substitute has unexpected name vim-patch:8.2.1442: outdated references to the Mac Carbon GUI vim-patch:8.2.1448: test 77a for VMS depends on small.vim which does not exist vim-patch:8.2.1449: some test makefiles delete files that are not generated vim-patch:8.2.1456: MS-Windows: test files are not deleted
This commit is contained in:

committed by
GitHub

parent
3ccdbc570d
commit
75aeb815b4
@@ -144,7 +144,7 @@ static const int included_patches[] = {
|
|||||||
1777,
|
1777,
|
||||||
1776,
|
1776,
|
||||||
1775,
|
1775,
|
||||||
// 1774,
|
1774,
|
||||||
1773,
|
1773,
|
||||||
1772,
|
1772,
|
||||||
1771,
|
1771,
|
||||||
@@ -171,9 +171,9 @@ static const int included_patches[] = {
|
|||||||
1750,
|
1750,
|
||||||
1749,
|
1749,
|
||||||
1748,
|
1748,
|
||||||
// 1747,
|
1747,
|
||||||
1746,
|
1746,
|
||||||
// 1745,
|
1745,
|
||||||
// 1744,
|
// 1744,
|
||||||
// 1743,
|
// 1743,
|
||||||
1742,
|
1742,
|
||||||
@@ -206,7 +206,7 @@ static const int included_patches[] = {
|
|||||||
1715,
|
1715,
|
||||||
1714,
|
1714,
|
||||||
1713,
|
1713,
|
||||||
// 1712,
|
1712,
|
||||||
1711,
|
1711,
|
||||||
1710,
|
1710,
|
||||||
1709,
|
1709,
|
||||||
@@ -327,9 +327,9 @@ static const int included_patches[] = {
|
|||||||
1594,
|
1594,
|
||||||
1593,
|
1593,
|
||||||
// 1592,
|
// 1592,
|
||||||
// 1591,
|
1591,
|
||||||
1590,
|
1590,
|
||||||
// 1589,
|
1589,
|
||||||
// 1588,
|
// 1588,
|
||||||
1587,
|
1587,
|
||||||
1586,
|
1586,
|
||||||
@@ -374,7 +374,7 @@ static const int included_patches[] = {
|
|||||||
1547,
|
1547,
|
||||||
1546,
|
1546,
|
||||||
1545,
|
1545,
|
||||||
// 1544,
|
1544,
|
||||||
1543,
|
1543,
|
||||||
1542,
|
1542,
|
||||||
1541,
|
1541,
|
||||||
@@ -387,7 +387,7 @@ static const int included_patches[] = {
|
|||||||
1534,
|
1534,
|
||||||
1533,
|
1533,
|
||||||
1532,
|
1532,
|
||||||
// 1531,
|
1531,
|
||||||
1530,
|
1530,
|
||||||
1529,
|
1529,
|
||||||
1528,
|
1528,
|
||||||
|
Reference in New Issue
Block a user