]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.922 v7.3.922
authorBram Moolenaar <Bram@vim.org>
Sat, 4 May 2013 02:11:07 +0000 (04:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 May 2013 02:11:07 +0000 (04:11 +0200)
Problem:    No test for what 7.3.918 fixes.
Solution:   Add a test. (David Bürgin)

src/testdir/test94.in
src/testdir/test94.ok
src/version.c

index 27cab473dac2ba83223eeb11ab4fcdb79b2decfa..dfa91d8340c21582992372a6a6fbb364b5b1db2b 100644 (file)
@@ -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-\el.l2.l.:
 /^Juniper
 g?\WfD.:
 /^Lemon
-yiWPlciWNew\e:
+yiWPlciWNew\efr.:
 :
 :" Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc.
 /^zzzz
index 56bccc93f8c2897ea04fd1972abd82a03bd3ac6b..3996f2a3a4c320de0c07edb873abd4090d499841 100644 (file)
@@ -13,7 +13,7 @@ NoNoberryach
 
 ----Z
 WhavcreQhevnaZ
-LemonNewNectarineZ
+LemonNewNewZ
 
 zzz
 ok
index 89a6e22dcbf19b617152d7a6264ee5844d112b06..8d16217ad1d01475ab687db14efca01d55f5756d 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    922,
 /**/
     921,
 /**/