diff src/ex_getln.c @ 20733:e3078150144d v8.2.0919

patch 8.2.0919: merging modifier for modifyOtherKeys is done twice Commit: https://github.com/vim/vim/commit/673fc3e23f09095d17f0095c4323958041b2d0d2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 15:46:11 2020 +0200 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().
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 16:00:06 +0200
parents abebcc20af26
children a427f5f26419
line wrap: on
line diff
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -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