summaryrefslogtreecommitdiff
path: root/src/testdir/test_startup.vim
AgeCommit message (Collapse)Author
2016-08-09patch 7.4.2190Bram Moolenaar
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.
2016-08-07patch 7.4.2179Bram Moolenaar
Problem: Reading from stdin test fails on MS-Windows. Solution: Strip the extra space.
2016-08-07patch 7.4.2178Bram Moolenaar
Problem: No test for reading from stdin. Solution: Add a test.
2016-08-07patch 7.4.2177Bram Moolenaar
Problem: No testing for -C and -N command line flags, file arguments, startuptime. Solution: Add tests.
2016-08-06patch 7.4.2173Bram Moolenaar
Problem: Can't test help on MS-Windows. Solution: Skip the test.
2016-08-06patch 7.4.2172Bram Moolenaar
Problem: No test for "vim --help". Solution: Add a test.
2016-08-06patch 7.4.2169Bram Moolenaar
Problem: Startup test gets stuck on MS-Windows. Solution: Use double quotes.
2016-08-06patch 7.4.2166Bram Moolenaar
Problem: Small build can't run startup test. Solution: Skip the test.
2016-08-06patch 7.4.2165Bram Moolenaar
Problem: Startup test fails on MS-Windows. Solution: Don't check output if RunVim() returns zero.
2016-08-06patch 7.4.2164Bram Moolenaar
Problem: It is not possible to use plugins in an "after" directory to tune the behavior of a package. Solution: First load plugins from non-after directories, then packages and finally plugins in after directories. Reset 'loadplugins' before executing --cmd arguments.
2016-07-29patch 7.4.2115Bram Moolenaar
Problem: Loading defaults.vim with -C argument. Solution: Don't load the defaults script with -C argument. Test sourcing the defaults script. Set 'display' to "truncate".