mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 7.4.2088
Problem: Keymap test fails with normal features. Solution: Bail out if the keymap feature is not supported.
This commit is contained in:
@@ -437,6 +437,9 @@ func! Test_digraphs_output()
|
||||
endfunc
|
||||
|
||||
func! Test_loadkeymap()
|
||||
if !has('keymap')
|
||||
return
|
||||
endif
|
||||
new
|
||||
set keymap=czech
|
||||
set iminsert=0
|
||||
|
@@ -758,6 +758,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2088,
|
||||
/**/
|
||||
2087,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user