commit | 09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:53:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 23:53:06 2016 +0100 |
tree | 749102898ea3fa9cf7511137ab0b07814bf9b10d | |
parent | 13d5aeef56e3140a8eb8f40c7062aa1c5700f76e [diff] [blame] |
patch 7.4.1152 Problem: Langmap test fails with normal build. Solution: Check for +langmap feature.
diff --git a/src/testdir/test_langmap.vim b/src/testdir/test_langmap.vim index 066c3bf..572fad7 100644 --- a/src/testdir/test_langmap.vim +++ b/src/testdir/test_langmap.vim
@@ -1,5 +1,9 @@ " tests for 'langmap' +if !has('langmap') + finish +endif + func Test_langmap() new set langmap=}l,^x,%v