0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Added ":earlier 1f" and ":later 1f".

This commit is contained in:
Bram Moolenaar
2010-06-27 05:18:54 +02:00
parent a800b42975
commit 730cde924c
14 changed files with 216 additions and 40 deletions

View File

@@ -8294,7 +8294,7 @@ nv_g_cmd(cap)
case '-': /* "g+" and "g-": undo or redo along the timeline */
if (!checkclearopq(oap))
undo_time(cap->nchar == '-' ? -cap->count1 : cap->count1,
FALSE, FALSE);
FALSE, FALSE, FALSE);
break;
default: