]> granicus.if.org Git - vim/commit
patch 8.1.0035: not easy to switch between prompt buffer and other windows v8.1.0035
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2018 07:11:12 +0000 (09:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2018 07:11:12 +0000 (09:11 +0200)
commit6d41c78e353b630bc1a72cbff9160311d2a81e8c
tree4ed89d974b7ce1e69ae848bfea2802605c748453
parentadb8fbec4f4059d214fe6acf2485ffd35e803450
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.
src/edit.c
src/ex_docmd.c
src/structs.h
src/version.c
src/window.c