Skip to content

Commit

Permalink
fix(version.c): mark N/A vim patches neovim#18587
Browse files Browse the repository at this point in the history
vim-patch:8.0.1119: quitting a split terminal window kills the job
N/A, or tracked in neovim#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 5972ff0

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 neovim#5431

vim-patch:8.0.1616: Win32: shell commands in the GUI open a new console (guioptions="!")
tracked in neovim#1496

vim-patch:8.0.1706: cannot sent CTRL-\ to a terminal window
already possible via :call chansend()
  • Loading branch information
justinmk authored and Shougo committed May 17, 2022
1 parent f4091cf commit 2fb067d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/nvim/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static const int included_patches[] = {
1709,
1708,
1707,
// 1706,
1706,
1705,
1704,
1703,
Expand Down Expand Up @@ -305,14 +305,14 @@ static const int included_patches[] = {
1619,
1618,
1617,
// 1616,
1616,
1615,
1614,
1613,
1612,
1611,
1610,
// 1609,
1609,
1608,
1607,
1606,
Expand Down Expand Up @@ -359,7 +359,7 @@ static const int included_patches[] = {
1565,
1564,
1563,
// 1562,
1562,
1561,
1560,
1559,
Expand Down Expand Up @@ -554,7 +554,7 @@ static const int included_patches[] = {
1370,
1369,
1368,
// 1367,
1367,
1366,
1365,
1364,
Expand Down Expand Up @@ -582,11 +582,11 @@ static const int included_patches[] = {
1342,
1341,
1340,
// 1339,
1339,
1338,
1337,
1336,
// 1335,
1335,
1334,
1333,
1332,
Expand Down Expand Up @@ -614,7 +614,7 @@ static const int included_patches[] = {
1310,
1309,
1308,
// 1307,
1307,
1306,
1305,
1304,
Expand Down Expand Up @@ -802,7 +802,7 @@ static const int included_patches[] = {
1122,
1121,
1120,
// 1119,
1119,
1118,
1117,
1116,
Expand Down

0 comments on commit 2fb067d

Please sign in to comment.