forked from aniani/vim
updated for version 7.0224
This commit is contained in:
@@ -8009,7 +8009,7 @@ nv_g_cmd(cap)
|
||||
case '+':
|
||||
case '-': /* "g+" and "g-": undo or redo along the timeline */
|
||||
if (!checkclearopq(oap))
|
||||
undo_time((int)(cap->nchar == '-' ? -cap->count1 : cap->count1));
|
||||
undo_time(cap->nchar == '-' ? -cap->count1 : cap->count1, FALSE);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user