Skip to content

Commit 154afff

Browse files
brammooldouglasdrumond
authored andcommitted
patch 7.4.764 Problem: test_increment fails on MS-Windows. (Ken Takata) Solution: Clear Visual mappings. (Taro Muraoka)
1 parent 7780a20 commit 154afff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/testdir/test_increment.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ foobar-10
7171

7272
STARTTEST
7373
:so small.vim
74-
74+
:"
75+
:" Avoid CTRL-X being mapped in Visual mode for MS-Windows
76+
:vmapclear
77+
:"
7578
:" Test 1
7679
:/^S1=/+,/^E1=/-y a
7780
:/^E1/+put a

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ static char *(features[]) =
756756

757757
static int included_patches[] =
758758
{ /* Add new patch number below this line */
759+
/**/
760+
764,
759761
/**/
760762
763,
761763
/**/

0 commit comments

Comments
 (0)