Skip to content
Snippets Groups Projects
Commit 8fadd8b8 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.922

Problem:    No test for what 7.3.918 fixes.
Solution:   Add a test. (David Bürgin)
parent 29f49ee8
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,6 @@ STARTTEST
: call setpos("'>", [0, line2, col2, 0])
: normal! gv
:endfunction
:function MoveToEndCount(count)
: normal! v:count . e
:endfunction
:
:" Visual modes followed by operator
/^apple
......@@ -59,7 +56,7 @@ cW-l.l2.l.:
/^Juniper
g?\WfD.:
/^Lemon
yiWPlciWNew:
yiWPlciWNewfr.:
:
:" Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc.
/^zzzz
......
......@@ -13,7 +13,7 @@ NoNoberryach
----Z
WhavcreQhevnaZ
LemonNewNectarineZ
LemonNewNewZ
zzz
ok
......
......@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
922,
/**/
921,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment