]> granicus.if.org Git - vim/commit
patch 8.1.1624: when testing in the GUI may try to run gvim in a terminal v8.1.1624
authorBram Moolenaar <Bram@vim.org>
Thu, 4 Jul 2019 12:20:41 +0000 (14:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Jul 2019 12:20:41 +0000 (14:20 +0200)
commit0d702028feb859e6bde9a0c943d398d86294beb7
tree0202bf4cc0ceb6ed162721e284582f499e7e1201
parente4b407f536ba8bd007152649a347a95320d80fce
patch 8.1.1624: when testing in the GUI may try to run gvim in a terminal

Problem:    When testing in the GUI may try to run gvim in a terminal.
Solution:   Add the -v argument. (Yee Cheng Chin, closes #4605)  Don't skip
            tests that work now.
src/testdir/shared.vim
src/testdir/term_util.vim
src/testdir/test_mapping.vim
src/testdir/test_timers.vim
src/version.c