]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1055: CTRL-G U in Insert mode doesn't work for shift-Left v8.1.1055
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Mar 2019 21:46:05 +0000 (22:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Mar 2019 21:46:05 +0000 (22:46 +0100)
commit75bf3d22f42684beecd977f3185e98045b5c33d9
treea0e1bdbd10736d4ee13b26d34a88cfd2c8becbcc
parent6fb5c97242a151e67bd5c72736f187ef71c44e24
patch 8.1.1055: CTRL-G U in Insert mode doesn't work for shift-Left

Problem:    CTRL-G U in Insert mode doesn't work to avoid splitting the undo
            sequence for shift-left and shift-right.
Solution:   Also check dont_sync_undo for shifted cursor keys. (Christian
            Brabandt)
src/edit.c
src/testdir/test_mapping.vim
src/version.c