commit | f36213597d737ab500771e87edcf121acd55e277 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 22:03:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 22:03:02 2016 +0200 |
tree | 44b39891cddc08432c086862738a6e01fca412c1 | |
parent | e25bc5abb4621c6263b0248988a207d53b57fc54 [diff] |
patch 7.4.2088 Problem: Keymap test fails with normal features. Solution: Bail out if the keymap feature is not supported.
diff --git a/src/testdir/test_digraph.vim b/src/testdir/test_digraph.vim index 2840229..9550085 100644 --- a/src/testdir/test_digraph.vim +++ b/src/testdir/test_digraph.vim
@@ -437,6 +437,9 @@ endfunc func! Test_loadkeymap() + if !has('keymap') + return + endif new set keymap=czech set iminsert=0