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$h/\zs
|
||||||
gnd/[u]niquepattern/s
|
gnd/[u]niquepattern/s
|
||||||
vlgnd
|
vlgnd
|
||||||
|
/mother
|
||||||
|
:set selection=exclusive
|
||||||
|
$cgNmongoose
|
||||||
:/^start:/,/^end:/wq! test.out
|
:/^start:/,/^end:/wq! test.out
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
@@ -69,4 +72,5 @@ lines
|
|||||||
zero width pattern
|
zero width pattern
|
||||||
delete first and last chars
|
delete first and last chars
|
||||||
uniquepattern uniquepattern
|
uniquepattern uniquepattern
|
||||||
|
my very excellent mother just served us nachos
|
||||||
end:
|
end:
|
||||||
|
@@ -25,4 +25,5 @@ join lines
|
|||||||
zerowidth pattern
|
zerowidth pattern
|
||||||
elete first and last char
|
elete first and last char
|
||||||
uniquepattern
|
uniquepattern
|
||||||
|
my very excellent mongoose just served us nachos
|
||||||
end:
|
end:
|
||||||
|
@@ -719,6 +719,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
685,
|
||||||
/**/
|
/**/
|
||||||
684,
|
684,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user