]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1026: GTK on-the-spot input has problems v8.0.1026
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Aug 2017 20:00:20 +0000 (22:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Aug 2017 20:00:20 +0000 (22:00 +0200)
commit5c6dbcb03fa552d7b0e61c8fcf425147eb6bf7d5
tree13f37aa604997567c63b0e5786ee2625282d8d4b
parent4e83961985abb78757b135f29ac4ffde675247af
patch 8.0.1026: GTK on-the-spot input has problems

Problem:    GTK on-the-spot input has problems. (Gerd Wachsmuth)
Solution:   Support over-the-spot. (Yukihiro Nakadaira, Ketn Takata, closes
            #1215)
12 files changed:
runtime/doc/mbyte.txt
runtime/doc/options.txt
src/edit.c
src/ex_getln.c
src/mbyte.c
src/misc1.c
src/option.c
src/option.h
src/screen.c
src/testdir/gen_opt_test.vim
src/undo.c
src/version.c