summaryrefslogtreecommitdiff
path: root/src/testdir/test_autocmd_option.in
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.889v7.4.889Bram Moolenaar2015-09-291-1/+5
| | | | | Problem: Triggering OptionSet from setwinvar() isn't tested. Solution: Add a test. (Christian Brabandt)
* patch 7.4.790v7.4.790Bram Moolenaar2015-07-211-2/+2
| | | | | | | Problem: Test fails when the autochdir feature is not available. Test output contains the test script. Solution: Check for the autochdir feature. (Kazunobu Kuriyama) Only write the relevant test output.
* patch 7.4.786v7.4.786Bram Moolenaar2015-07-171-0/+73
Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)