0
0
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:
Bram Moolenaar
2006-03-16 21:35:52 +00:00
parent cf03447964
commit d3667a2e29
10 changed files with 58 additions and 21 deletions

View File

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