commit | 86e5792906621be5a6c4a1de9b8852e9caf65ea1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 23 18:44:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 23 18:44:26 2017 +0200 |
tree | 8e92db84b5f97dfac89badb08d82137d53110493 | |
parent | 94237495c03f919a60b262fdcd3861e1931fc45a [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1a6881f..47dd973 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 585, +/**/ 584, /**/ 583,