From 8fadd8b8406335f1a2035f1a6aeab67c7fc5d685 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 May 2013 04:11:07 +0200 Subject: [PATCH] =?UTF-8?q?updated=20for=20version=207.3.922=20Problem:=20?= =?UTF-8?q?=20=20=20No=20test=20for=20what=207.3.918=20fixes.=20Solution:?= =?UTF-8?q?=20=20=20Add=20a=20test.=20(David=20B=C3=BCrgin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/testdir/test94.in | 5 +---- src/testdir/test94.ok | 2 +- src/version.c | 2 ++ 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/testdir/test94.in b/src/testdir/test94.in index 27cab473da..dfa91d8340 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 56bccc93f8..3996f2a3a4 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 89a6e22dcb..8d16217ad1 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, /**/