mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 13:45:18 +00:00
updated for version 7.0177
This commit is contained in:
@@ -921,7 +921,7 @@ do_bang(addr_count, eap, forceit, do_in, do_out)
|
||||
|
||||
if (bangredo) /* put cmd in redo buffer for ! command */
|
||||
{
|
||||
AppendToRedobuffLit(prevcmd);
|
||||
AppendToRedobuffLit(prevcmd, -1);
|
||||
AppendToRedobuff((char_u *)"\n");
|
||||
bangredo = FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user