]> granicus.if.org Git - vim/commit
patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert mode v8.0.0282
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 14:03:30 +0000 (15:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Feb 2017 14:03:30 +0000 (15:03 +0100)
commit0b5c93a7f266cd8c90ea27bdaf9f7214a95d64d7
tree19be83989f8bf599da23e28d04364bcbea22c1ee
parent1266d678bf2ed5072cca9381409536406f8d7b32
patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert mode

Problem:    When doing a Visual selection and using "I" to go to insert mode,
            CTRL-O needs to be used twice to go to Normal mode. (Coacher)
Solution:   Check for the return value of edit(). (Christian Brabandt,
            closes #1290)
src/normal.c
src/ops.c
src/version.c