0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.0919: merging modifier for modifyOtherKeys is done twice

Problem:    Merging modifier for modifyOtherKeys is done twice.
Solution:   Remove the merging done in vgetc().
This commit is contained in:
Bram Moolenaar
2020-06-07 15:46:11 +02:00
parent a9c0104947
commit 673fc3e23f
3 changed files with 32 additions and 11 deletions

View File

@@ -2225,7 +2225,9 @@ getcmdline_int(
ignore_drag_release = TRUE;
putcmdline('^', TRUE);
no_reduce_keys = TRUE; // don't merge modifyOtherKeys
c = get_literal(); // get next (two) character(s)
no_reduce_keys = FALSE;
do_abbr = FALSE; // don't do abbreviation now
extra_char = NUL;
// may need to remove ^ when composing char was typed