updated for version 7.0226
diff --git a/src/normal.c b/src/normal.c
index cf82d68..aae515c 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -8009,7 +8009,8 @@
     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: