mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.4.387
Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer.
This commit is contained in:
@@ -8389,7 +8389,7 @@ ins_esc(count, cmdchar, nomove)
|
||||
|
||||
(void)start_redo_ins();
|
||||
if (cmdchar == 'r' || cmdchar == 'v')
|
||||
stuffReadbuff(ESC_STR); /* no ESC in redo buffer */
|
||||
stuffRedoReadbuff(ESC_STR); /* no ESC in redo buffer */
|
||||
++RedrawingDisabled;
|
||||
disabled_redraw = TRUE;
|
||||
return FALSE; /* repeat the insert */
|
||||
|
Reference in New Issue
Block a user