]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.685 v7.3.685
authorBram Moolenaar <Bram@vim.org>
Thu, 11 Oct 2012 01:35:45 +0000 (03:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 Oct 2012 01:35:45 +0000 (03:35 +0200)
Problem:    No test for what patch 7.3.673 fixes.
Solution:   Add a test. (Christian Brabandt)

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

index af617c01f1bc75b5cda27a61ca4c55b214ee4271..c1d50611f2323715ed76a32ad0143ce153a1fe8a 100644 (file)
@@ -42,6 +42,9 @@ gnd
 gnd$h/\zs
 gnd/[u]niquepattern/s
 vlgnd
+/mother
+:set selection=exclusive
+$cgNmongoose\e
 :/^start:/,/^end:/wq! test.out
 ENDTEST
 
@@ -69,4 +72,5 @@ lines
 zero width pattern
 delete first and last chars
 uniquepattern uniquepattern
+my very excellent mother just served us nachos
 end:
index 0a2a6f4d194339e2a03ce0abee563c1b5c28a2dc..179b1b2bff32b61d0ae30b730d06bb7cca3efb12 100644 (file)
@@ -25,4 +25,5 @@ join lines
 zerowidth pattern
 elete first and last char
  uniquepattern
+my very excellent mongoose just served us nachos
 end:
index 63a5136dc05786f5a59ca360d5a3f0eec080a169..296d3de9456dc57eafe4ef6243e0b333fc895295 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    685,
 /**/
     684,
 /**/