commit | aaa8a35fbd38d5e6cc57ae60a8477e787d695a20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 20:17:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 20:17:00 2017 +0200 |
tree | 43e7eea1c383b19077c3449e297b8a383a84f2fd | |
parent | 98fd66d311a62133c835307dc7692763dfa32c69 [diff] [blame] |
patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual mode Problem: In a terminal window cannot use CTRL-\ CTRL-N to start Visual mode. Solution: After CTRL-\ CTRL-N enter Terminal-Normal mode for one command.
diff --git a/src/version.c b/src/version.c index b3f3eb5..54acc59 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 873, +/**/ 872, /**/ 871,