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:
@@ -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:
|
||||
|
@@ -25,4 +25,5 @@ join lines
|
||||
zerowidth pattern
|
||||
elete first and last char
|
||||
uniquepattern
|
||||
my very excellent mongoose just served us nachos
|
||||
end:
|
||||
|
@@ -719,6 +719,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
685,
|
||||
/**/
|
||||
684,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user