commit | 6d8197485dc84532e37aced2c39292bff374200d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 14:57:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 14:57:49 2017 +0200 |
tree | c0aeccff87e3a4b26805d099a9d952a1b6bee773 | |
parent | 39d21e3c30f3391f3b27f5ddb7e1ad411bdb8f2e [diff] [blame] |
patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistent Problem: Using CTRL-\ CTRL-N in terminal is inconsistent. Solution: Stay in Normal mode.
diff --git a/src/version.c b/src/version.c index 5c64a70..c85cf1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 877, +/**/ 876, /**/ 875,