summaryrefslogtreecommitdiffstats
path: root/src/testdir/setup_gui.vim
AgeCommit message (Collapse)Author
2022-04-03patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar
Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
2021-10-16patch 8.2.3526: tests have clumsy check for X11 based GUIv8.2.3526Bram Moolenaar
Problem: Tests have clumsy check for X11 based GUI. Solution: Add CheckX11BasedGui.
2017-03-01patch 8.0.0395: testing the + register fails with Motifv8.0.0395Bram Moolenaar
Problem: Testing the + register fails with Motif. Solution: Also ignore the "failed to create input context" error in the second gvim. Don't use msg() when it would result in a dialog.
2017-02-23patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar
Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)