]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1060: when imstyle is one, mapping <Left> breaks preediting v8.0.1060
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2017 20:20:46 +0000 (22:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2017 20:20:46 +0000 (22:20 +0200)
commit3971905bac0fe7e7519b35b1e558b4f1de55708d
treec56cf0e879a0e52426e349e693a37507744a2eb8
parent3d8d2c7ca5dda5bfd62c6d5df6659cf62e960a3d
patch 8.0.1060: when imstyle is one, mapping <Left> breaks preediting

Problem:    When imstyle is one, mapping <Left> breaks preediting.
Solution:   Pass though preediting key-events. (Yasuhiro Matsumoto, closes
            #2064, closes #2063)
src/getchar.c
src/mbyte.c
src/version.c