]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0585: test_options fails when run in the GUI v8.0.0585
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Apr 2017 16:44:26 +0000 (18:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Apr 2017 16:44:26 +0000 (18:44 +0200)
commit86e5792906621be5a6c4a1de9b8852e9caf65ea1
tree8e92db84b5f97dfac89badb08d82137d53110493
parent94237495c03f919a60b262fdcd3861e1931fc45a
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.
src/option.c
src/testdir/gen_opt_test.vim
src/version.c