]> granicus.if.org Git - vim/commit
patch 8.2.2611: conditions for startup tests are not exactly right v8.2.2611
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2021 11:27:23 +0000 (12:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2021 11:27:23 +0000 (12:27 +0100)
commitf8c52e8d08de3fdf48db877d7d53d2d68c6ceb7b
treeff53ccb4df5f66c1cec656f191cf0e665784358d
parent1e448465e1281eeb379f75fe848cbb47fe1be1d9
patch 8.2.2611: conditions for startup tests are not exactly right

Problem:    Conditions for startup tests are not exactly right.
Solution:   Check for type of GUI instead of MS-Windows. (Ozaki Kiichi,
            closes #7976)
src/main.c
src/testdir/check.vim
src/testdir/test_startup.vim
src/version.c