vim-patch:7.4.2088

Problem:    Keymap test fails with normal features.
Solution:   Bail out if the keymap feature is not supported.

f36213597d
This commit is contained in:
lonerover
2017-01-04 12:53:32 +08:00
committed by James McCoy
parent 1861f12a5f
commit c69bbc0964
2 changed files with 4 additions and 1 deletions

View File

@@ -437,6 +437,9 @@ func! Test_digraphs_output()
endfunc endfunc
func! Test_loadkeymap() func! Test_loadkeymap()
if !has('keymap')
return
endif
new new
set keymap=czech set keymap=czech
set iminsert=0 set iminsert=0

View File

@@ -352,7 +352,7 @@ static int included_patches[] = {
// 2091 NA // 2091 NA
// 2090, // 2090,
// 2089 NA // 2089 NA
// 2088, 2088,
2087, 2087,
2086, 2086,
2085, 2085,