summaryrefslogtreecommitdiffstats
path: root/src/testdir/gen_opt_test.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-23 18:44:26 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-23 18:44:26 +0200
commit86e5792906621be5a6c4a1de9b8852e9caf65ea1 (patch)
tree8e92db84b5f97dfac89badb08d82137d53110493 /src/testdir/gen_opt_test.vim
parent94237495c03f919a60b262fdcd3861e1931fc45a (diff)
patch 8.0.0585: test_options fails when run in the GUIv8.0.0585
Problem: Test_options fails when run in the GUI. Solution: Also check the 'imactivatekey' value when the GUI is not running. Specify test values that work and that fail.
Diffstat (limited to 'src/testdir/gen_opt_test.vim')
-rw-r--r--src/testdir/gen_opt_test.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim
index b69ae67241..019c757df9 100644
--- a/src/testdir/gen_opt_test.vim
+++ b/src/testdir/gen_opt_test.vim
@@ -96,6 +96,7 @@ let test_values = {
\ 'guifontwide': [['', 'fixedsys'], []],
\ 'helplang': [['', 'de', 'de,it'], ['xxx']],
\ 'highlight': [['', 'e:Error'], ['xxx']],
+ \ 'imactivatekey': [['', 'S-space'], ['xxx']],
\ 'isfname': [['', '@', '@,48-52'], ['xxx', '@48']],
\ 'isident': [['', '@', '@,48-52'], ['xxx', '@48']],
\ 'iskeyword': [['', '@', '@,48-52'], ['xxx', '@48']],