mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
fix(version.c): mark N/A vim patches #18587
vim-patch:8.0.1119: quitting a split terminal window kills the job
N/A, or tracked in https://github.com/neovim/neovim/issues/5431
vim-patch:8.0.1307: compiler warning for ignoring return value
N/A
vim-patch:8.0.1335: writefile() using fsync() may give an error
N/A
vim-patch:8.0.1339: no test for what 8.0.1335 fixes
already merged in 5972ff0056
vim-patch:8.0.1367: terminal test hangs, executing abcde
N/A
vim-patch:8.0.1562: the terminal debugger can't set breakpoint with mouse
we have all :Termdebug changes
vim-patch:8.0.1609: shell commands in the GUI use a dumb terminal
tracked in https://github.com/neovim/neovim/issues/5431
vim-patch:8.0.1616: Win32: shell commands in the GUI open a new console (guioptions="!")
tracked in https://github.com/neovim/neovim/issues/1496
vim-patch:8.0.1706: cannot sent CTRL-\ to a terminal window
already possible via :call chansend()
This commit is contained in:
@@ -215,7 +215,7 @@ static const int included_patches[] = {
|
|||||||
1709,
|
1709,
|
||||||
1708,
|
1708,
|
||||||
1707,
|
1707,
|
||||||
// 1706,
|
1706,
|
||||||
1705,
|
1705,
|
||||||
1704,
|
1704,
|
||||||
1703,
|
1703,
|
||||||
@@ -305,14 +305,14 @@ static const int included_patches[] = {
|
|||||||
1619,
|
1619,
|
||||||
1618,
|
1618,
|
||||||
1617,
|
1617,
|
||||||
// 1616,
|
1616,
|
||||||
1615,
|
1615,
|
||||||
1614,
|
1614,
|
||||||
1613,
|
1613,
|
||||||
1612,
|
1612,
|
||||||
1611,
|
1611,
|
||||||
1610,
|
1610,
|
||||||
// 1609,
|
1609,
|
||||||
1608,
|
1608,
|
||||||
1607,
|
1607,
|
||||||
1606,
|
1606,
|
||||||
@@ -359,7 +359,7 @@ static const int included_patches[] = {
|
|||||||
1565,
|
1565,
|
||||||
1564,
|
1564,
|
||||||
1563,
|
1563,
|
||||||
// 1562,
|
1562,
|
||||||
1561,
|
1561,
|
||||||
1560,
|
1560,
|
||||||
1559,
|
1559,
|
||||||
@@ -554,7 +554,7 @@ static const int included_patches[] = {
|
|||||||
1370,
|
1370,
|
||||||
1369,
|
1369,
|
||||||
1368,
|
1368,
|
||||||
// 1367,
|
1367,
|
||||||
1366,
|
1366,
|
||||||
1365,
|
1365,
|
||||||
1364,
|
1364,
|
||||||
@@ -582,11 +582,11 @@ static const int included_patches[] = {
|
|||||||
1342,
|
1342,
|
||||||
1341,
|
1341,
|
||||||
1340,
|
1340,
|
||||||
// 1339,
|
1339,
|
||||||
1338,
|
1338,
|
||||||
1337,
|
1337,
|
||||||
1336,
|
1336,
|
||||||
// 1335,
|
1335,
|
||||||
1334,
|
1334,
|
||||||
1333,
|
1333,
|
||||||
1332,
|
1332,
|
||||||
@@ -614,7 +614,7 @@ static const int included_patches[] = {
|
|||||||
1310,
|
1310,
|
||||||
1309,
|
1309,
|
||||||
1308,
|
1308,
|
||||||
// 1307,
|
1307,
|
||||||
1306,
|
1306,
|
||||||
1305,
|
1305,
|
||||||
1304,
|
1304,
|
||||||
@@ -802,7 +802,7 @@ static const int included_patches[] = {
|
|||||||
1122,
|
1122,
|
||||||
1121,
|
1121,
|
||||||
1120,
|
1120,
|
||||||
// 1119,
|
1119,
|
||||||
1118,
|
1118,
|
||||||
1117,
|
1117,
|
||||||
1116,
|
1116,
|
||||||
|
Reference in New Issue
Block a user