summaryrefslogtreecommitdiff
path: root/src/testdir/test_gui.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2190v7.4.2190Bram Moolenaar2016-08-091-0/+8
| | | | | | | Problem: When startup test fails it's not easy to find out why. GUI test fails with Gnome. Solution: Add the help entry matches to a list an assert that. Set $HOME for Gnome to create .gnome2 directory.
* patch 7.4.2155v7.4.2155Bram Moolenaar2016-08-041-2/+2
| | | | | Problem: Quotes make GUI test fail on MS-Windows. Solution: Remove quotes, strip white space.
* patch 7.4.2153v7.4.2153Bram Moolenaar2016-08-041-0/+28
Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.