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:
@@ -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
|
||||
|
Reference in New Issue
Block a user