changeset 3857:34aa94a421b7 v7.3.685

updated for version 7.3.685 Problem: No test for what patch 7.3.673 fixes. Solution: Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 11 Oct 2012 03:35:45 +0200
parents b042d04009d4
children 7da5d8b24ad6
files src/testdir/test53.in src/testdir/test53.ok src/version.c
diffstat 3 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test53.in
+++ b/src/testdir/test53.in
@@ -42,6 +42,9 @@ 0gnd/^
 gnd$h/\zs
 gnd/[u]niquepattern/s
 vlgnd
+/mother
+:set selection=exclusive
+$cgNmongoose
 :/^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:
--- a/src/testdir/test53.ok
+++ b/src/testdir/test53.ok
@@ -25,4 +25,5 @@ join lines
 zerowidth pattern
 elete first and last char
  uniquepattern
+my very excellent mongoose just served us nachos
 end:
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    685,
+/**/
     684,
 /**/
     683,