vim-patch:7.4.764

Problem:    test_increment fails on MS-Windows. (Ken Takata)
Solution:   Clear Visual mappings. (Taro Muraoka)

6a57cce048
This commit is contained in:
watiko 2016-01-14 18:16:44 +09:00
parent 4d074e39ea
commit 6d1b948b6b
2 changed files with 5 additions and 2 deletions

View File

@ -71,7 +71,10 @@ foobar-10
STARTTEST STARTTEST
:so small.vim :so small.vim
:"
:" Avoid CTRL-X being mapped in Visual mode for MS-Windows
:vmapclear
:"
:" Test 1 :" Test 1
:/^S1=/+,/^E1=/-y a :/^S1=/+,/^E1=/-y a
:/^E1/+put a :/^E1/+put a

View File

@ -370,7 +370,7 @@ static int included_patches[] = {
// 767, // 767,
// 766 NA // 766 NA
// 765, // 765,
// 764, 764,
// 763 NA // 763 NA
// 762 NA // 762 NA
// 761 NA // 761 NA