summaryrefslogtreecommitdiff
path: root/src/testdir/test_autochdir.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2278: using "cd" with "exe" may failv8.1.2278Bram Moolenaar2019-11-091-1/+1
| | | | | Problem: Using "cd" with "exe" may fail. Solution: Use chdir() instead.
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-3/+2
| | | | | Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.
* patch 8.1.1476: no statistics displayed after running testsv8.1.1476Bram Moolenaar2019-06-061-1/+1
| | | | | | Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes #4391) Also make it possible to report a skipped file.
* patch 8.1.0602: DirChanged is also triggered when directory didn't changev8.1.0602Bram Moolenaar2018-12-161-0/+8
| | | | | | Problem: DirChanged is also triggered when the directory didn't change. (Daniel Hahler) Solution: Compare the current with the new directory. (closes #3697)
* patch 8.0.1224: still interference between test functionsv8.0.1224Bram Moolenaar2017-10-271-0/+2
| | | | | | Problem: Still interference between test functions. Solution: Clear autocommands. Wipe all buffers. Fix tests that depend on a specific start context.
* patch 7.4.2015v7.4.2015Bram Moolenaar2016-07-091-0/+17
Problem: When a file gets a name when writing it 'acd' is not effective. (Dan Church) Solution: Invoke DO_AUTOCHDIR after writing the file. (Allen Haim, closes #777, closes #803) Add test_autochdir() to enable 'acd' before "starting" is reset.