comparison src/testdir/gen_opt_test.vim @ 11401:fc1939947789 v8.0.0585

patch 8.0.0585: test_options fails when run in the GUI commit https://github.com/vim/vim/commit/86e5792906621be5a6c4a1de9b8852e9caf65ea1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 23 18:44:26 2017 +0200 patch 8.0.0585: test_options fails when run in the GUI 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Apr 2017 18:45:05 +0200
parents c3504890b37d
children 7e8a467acd6e
comparison
equal deleted inserted replaced
11400:0f8713fe20dc 11401:fc1939947789
94 \ 'guicursor': [['', 'n:block-Cursor'], ['xxx']], 94 \ 'guicursor': [['', 'n:block-Cursor'], ['xxx']],
95 \ 'guifont': [['', 'fixedsys'], []], 95 \ 'guifont': [['', 'fixedsys'], []],
96 \ 'guifontwide': [['', 'fixedsys'], []], 96 \ 'guifontwide': [['', 'fixedsys'], []],
97 \ 'helplang': [['', 'de', 'de,it'], ['xxx']], 97 \ 'helplang': [['', 'de', 'de,it'], ['xxx']],
98 \ 'highlight': [['', 'e:Error'], ['xxx']], 98 \ 'highlight': [['', 'e:Error'], ['xxx']],
99 \ 'imactivatekey': [['', 'S-space'], ['xxx']],
99 \ 'isfname': [['', '@', '@,48-52'], ['xxx', '@48']], 100 \ 'isfname': [['', '@', '@,48-52'], ['xxx', '@48']],
100 \ 'isident': [['', '@', '@,48-52'], ['xxx', '@48']], 101 \ 'isident': [['', '@', '@,48-52'], ['xxx', '@48']],
101 \ 'iskeyword': [['', '@', '@,48-52'], ['xxx', '@48']], 102 \ 'iskeyword': [['', '@', '@,48-52'], ['xxx', '@48']],
102 \ 'isprint': [['', '@', '@,48-52'], ['xxx', '@48']], 103 \ 'isprint': [['', '@', '@,48-52'], ['xxx', '@48']],
103 \ 'keymap': [['', 'accents'], ['xxx']], 104 \ 'keymap': [['', 'accents'], ['xxx']],