mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user