commit | 69198197fd4b061be7cadcf441cd8a7246a17148 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 14:10:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 14:10:48 2017 +0200 |
tree | 8bbb376f7a434db3038f7d7eada1e6a7c97127a7 | |
parent | 07c043af5f054c7dfeb676414f8fa6aeda8f9c2b [diff] [blame] |
patch 8.0.0863: a remote command does not work in the terminal window Problem: A remote command starting with CTRL-\ CTRL-N does not work in the terminal window. (Christian J. Robinson) Solution: Use CTRL-\ CTRL-N as a prefix or a Normal mode command.
diff --git a/src/version.c b/src/version.c index c15a6b3..078adcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 863, +/**/ 862, /**/ 861,