]> granicus.if.org Git - vim/commitdiff
patch 7.4.764 v7.4.764
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jun 2015 17:24:39 +0000 (19:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jun 2015 17:24:39 +0000 (19:24 +0200)
Problem:    test_increment fails on MS-Windows. (Ken Takata)
Solution:   Clear Visual mappings. (Taro Muraoka)

src/testdir/test_increment.in
src/version.c

index 5b0ad06cf815cca7dd776a82c3718e8447a009ac..00e9ad01722f468fac4b0db8f29961adf031d881 100644 (file)
@@ -71,7 +71,10 @@ foobar-10
 
 STARTTEST
 :so small.vim
-
+:"
+:" Avoid CTRL-X being mapped in Visual mode for MS-Windows
+:vmapclear
+:"
 :" Test 1
 :/^S1=/+,/^E1=/-y a
 :/^E1/+put a
index f6a5afbdbdbacfb272fc5671b4541747e2dd1107..fe3b7fc5a39fc00b3c27097f6008a3a826cfdb40 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    764,
 /**/
     763,
 /**/