commit | b59118d5012a6a07e2d54504fbb04837b5a1208c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 13 22:11:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 13 22:11:56 2018 +0200 |
tree | 5f56e5bc969a7d58305a5a50a453bea4a24820cf | |
parent | 5bab555c2f1b3b86d57e4adeb86d908eff477fc9 [diff] [blame] |
patch 8.0.1706: cannot sent CTRL-\ to a terminal window Problem: Cannot sent CTRL-\ to a terminal window. Solution: Make CTRL-W CTRL-\ send CTRL-\ to a terminal window.
diff --git a/src/version.c b/src/version.c index 6c3b38d..4cba818 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1706, +/**/ 1705, /**/ 1704,