diff src/normal.c @ 771:c0f1b710ce07

updated for version 7.0226
author vimboss
date Thu, 16 Mar 2006 21:35:52 +0000
parents f0edbe50b896
children f04f56979d84
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -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: