summaryrefslogtreecommitdiffstats
path: root/src/testdir/setup.vim
AgeCommit message (Collapse)Author
2023-06-23patch 9.0.1653: Amiga: default 'viewdir' may not workv9.0.1653Christian Brabandt
Problem: Amiga: default 'viewdir' may not work. Solution: Use "home:" instead of "$VIM". Add a test. (Christian Brabandt, closes #12576)
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
Problem: Code style is not check in test scripts. Solution: Add basic code style check for test files.
2022-11-26patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar
Problem: Cannot detect whether modifyOtherKeys is enabled. Solution: Use XTQMODKEYS introduced by xterm version 377 to request the modifyOtherKeys level. Update the keycode check results.
2017-09-03patch 8.0.1045: running tests may pollute shell historyv8.0.1045Bram Moolenaar
Problem: Running tests may pollute shell history. (Manuel Ortega) Solution: Make $HISTFILE empty.
2017-07-30patch 8.0.0810: MS-Windows: tests still hangv8.0.0810Bram Moolenaar
Problem: MS-Windows: tests still hang. Solution: Only create the XfakeHOME directory if it does not exist yet.
2017-07-29patch 8.0.0806: tests may try to create XfakeHOME twicev8.0.0806Bram Moolenaar
Problem: Tests may try to create XfakeHOME twice. Solution: Avoid loading setup.vim twice.
2017-07-29patch 8.0.0805: GUI test fails with gnome2v8.0.0805Bram Moolenaar
Problem: GUI test fails with gnome2. Solution: Set $HOME to an existing directory.
2017-07-08patch 8.0.0701: system test failing when using X11 forwardingv8.0.0701Bram Moolenaar
Problem: System test failing when using X11 forwarding. Solution: Set $XAUTHORITY before changing $HOME. (closes #1812) Also use a better check for the exit value.
2016-08-06patch 7.4.2167v7.4.2167Bram Moolenaar
Problem: Small build can't run tests. Solution: Don't try setting 'packpath'.
2016-08-06patch 7.4.2164v7.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-12patch 7.4.2031v7.4.2031Bram Moolenaar
Problem: The list_lbr_utf8 test fails if ~/.vim/syntax/c.vim sets 'textwidth' to a non-zero value. (Oyvind A. Holm) Solution: Add a setup.vim file that sets 'runtimepath' and $HOME to a safe value. (partly by Christian Brabandt, closes #912)