]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0947: entering terminal using C-O C-W C-W goes to Insert mode v8.0.0947
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2017 19:09:18 +0000 (21:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2017 19:09:18 +0000 (21:09 +0200)
commit6fe15bbc87cb996912fe3c2c4068e356071ac516
treef4173889f87bbdd4da7632372faa0fe5f27d2c3e
parenta9f8ee05f46f2d6621a3719cd15150155d33eed4
patch 8.0.0947: entering terminal using C-O C-W C-W goes to Insert mode

Problem:    When in Insert mode and using CTRL-O CTRL-W CTRL-W to move to a
            termainal window, get in a weird Insert mode.
Solution:   Don't go to Insert mode in a terminal window. (closes #1977)
src/normal.c
src/version.c