changeset 4346:1d56e5dfa08e v7.3.922

updated for version 7.3.922 Problem: No test for what 7.3.918 fixes. Solution: Add a test. (David B?rgin)
author Bram Moolenaar <bram@vim.org>
date Sat, 04 May 2013 04:11:07 +0200
parents 9183b4efda2e
children 3f3b20f8c188
files src/testdir/test94.in src/testdir/test94.ok src/version.c
diffstat 3 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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:<Esc>" etc.
 /^zzzz
--- a/src/testdir/test94.ok
+++ b/src/testdir/test94.ok
@@ -13,7 +13,7 @@ NoNoberryach
 
 ----Z
 WhavcreQhevnaZ
-LemonNewNectarineZ
+LemonNewNewZ
 
 zzz
 ok
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    922,
+/**/
     921,
 /**/
     920,