1
0
forked from aniani/vim

updated for version 7.0224

This commit is contained in:
Bram Moolenaar
2006-03-14 22:53:34 +00:00
parent af48b0924f
commit c7d893589e
2 changed files with 33 additions and 1 deletions

View File

@@ -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: