mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0226
This commit is contained in:
@@ -8009,7 +8009,8 @@ nv_g_cmd(cap)
|
||||
case '+':
|
||||
case '-': /* "g+" and "g-": undo or redo along the timeline */
|
||||
if (!checkclearopq(oap))
|
||||
undo_time(cap->nchar == '-' ? -cap->count1 : cap->count1, FALSE);
|
||||
undo_time(cap->nchar == '-' ? -cap->count1 : cap->count1,
|
||||
FALSE, FALSE);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user