forked from aniani/vim
updated for version 7.3.922
Problem: No test for what 7.3.918 fixes. Solution: Add a test. (David Bürgin)
This commit is contained in:
@@ -30,9 +30,6 @@ STARTTEST
|
|||||||
: call setpos("'>", [0, line2, col2, 0])
|
: call setpos("'>", [0, line2, col2, 0])
|
||||||
: normal! gv
|
: normal! gv
|
||||||
:endfunction
|
:endfunction
|
||||||
:function MoveToEndCount(count)
|
|
||||||
: normal! v:count . e
|
|
||||||
:endfunction
|
|
||||||
:
|
:
|
||||||
:" Visual modes followed by operator
|
:" Visual modes followed by operator
|
||||||
/^apple
|
/^apple
|
||||||
@@ -59,7 +56,7 @@ cW-l.l2.l.:
|
|||||||
/^Juniper
|
/^Juniper
|
||||||
g?\WfD.:
|
g?\WfD.:
|
||||||
/^Lemon
|
/^Lemon
|
||||||
yiWPlciWNew:
|
yiWPlciWNewfr.:
|
||||||
:
|
:
|
||||||
:" Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc.
|
:" Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc.
|
||||||
/^zzzz
|
/^zzzz
|
||||||
|
@@ -13,7 +13,7 @@ NoNoberryach
|
|||||||
|
|
||||||
----Z
|
----Z
|
||||||
WhavcreQhevnaZ
|
WhavcreQhevnaZ
|
||||||
LemonNewNectarineZ
|
LemonNewNewZ
|
||||||
|
|
||||||
zzz
|
zzz
|
||||||
ok
|
ok
|
||||||
|
@@ -728,6 +728,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 */
|
||||||
|
/**/
|
||||||
|
922,
|
||||||
/**/
|
/**/
|
||||||
921,
|
921,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user