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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user