diff --git a/src/testdir/test94.in b/src/testdir/test94.in index 27cab473d..dfa91d834 100644 --- a/src/testdir/test94.in +++ b/src/testdir/test94.in @@ -30,9 +30,6 @@ STARTTEST : call setpos("'>", [0, line2, col2, 0]) : normal! gv :endfunction -:function MoveToEndCount(count) -: normal! v:count . e -:endfunction : :" Visual modes followed by operator /^apple @@ -59,7 +56,7 @@ cW-l.l2.l.: /^Juniper g?\WfD.: /^Lemon -yiWPlciWNew: +yiWPlciWNewfr.: : :" Patch 7.3.879: Properly abort Operator-pending mode for "dv:" etc. /^zzzz diff --git a/src/testdir/test94.ok b/src/testdir/test94.ok index 56bccc93f..3996f2a3a 100644 --- a/src/testdir/test94.ok +++ b/src/testdir/test94.ok @@ -13,7 +13,7 @@ NoNoberryach ----Z WhavcreQhevnaZ -LemonNewNectarineZ +LemonNewNewZ zzz ok diff --git a/src/version.c b/src/version.c index 89a6e22dc..8d16217ad 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 922, /**/ 921, /**/