commit | 0d702028feb859e6bde9a0c943d398d86294beb7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 14:20:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 14:20:41 2019 +0200 |
tree | 0202bf4cc0ceb6ed162721e284582f499e7e1201 | |
parent | e4b407f536ba8bd007152649a347a95320d80fce [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8e2399f..50c333c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1624, +/**/ 1623, /**/ 1622,