commit | 6d41c78e353b630bc1a72cbff9160311d2a81e8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 09:11:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 09:11:12 2018 +0200 |
tree | 4ed89d974b7ce1e69ae848bfea2802605c748453 | |
parent | adb8fbec4f4059d214fe6acf2485ffd35e803450 [diff] [blame] |
patch 8.1.0035: not easy to switch between prompt buffer and other windows Problem: Not easy to switch between prompt buffer and other windows. Solution: Accept CTRL-W commands in Insert mode. Start and stop Insert mode as one would expect.
diff --git a/src/version.c b/src/version.c index a3f5c05..c7c5bfd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 35, +/**/ 34, /**/ 33,