0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0223

This commit is contained in:
Bram Moolenaar
2006-03-13 22:07:11 +00:00
parent 3c56a964af
commit 35a2e197cf
2 changed files with 12 additions and 6 deletions

View File

@@ -8006,6 +8006,12 @@ nv_g_cmd(cap)
break;
#endif
case '+':
case '-': /* "g+" and "g-": undo or redo along the timeline */
if (!checkclearopq(oap))
undo_time((int)(cap->nchar == '-' ? -cap->count1 : cap->count1));
break;
default:
clearopbeep(oap);
break;