summaryrefslogtreecommitdiff
path: root/src/testdir/setup_gui.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0395: testing the + register fails with Motifv8.0.0395Bram Moolenaar2017-03-011-0/+3
| | | | | | 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.
* patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar2017-02-231-0/+29
Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)