1
0
forked from aniani/vim

updated for version 7.3.685

Problem:    No test for what patch 7.3.673 fixes.
Solution:   Add a test. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2012-10-11 03:35:45 +02:00
parent b35c338f96
commit 0c17875ef3
3 changed files with 7 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ gnd
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:

View File

@@ -25,4 +25,5 @@ join lines
zerowidth pattern
elete first and last char
uniquepattern
my very excellent mongoose just served us nachos
end:

View File

@@ -719,6 +719,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
685,
/**/
684,
/**/