aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/dirchanged_spec.lua
Commit message (Expand)AuthorAge
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(events): add DirChangedPrezeertzjq2022-02-11
* test(dirchanged): add tests for DirChanged pattern "auto"zeertzjq2021-10-17
* refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
* vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
* vim-patch:8.1.0602: DirChanged is also triggered when directory didn't changezeertzjq2021-10-17
* Add v:event flag on DirChanged signaling switching window (#13153)Andrea Cedraro2020-11-07
* DirChanged: support <buffer> (#8140)Marco Hinz2018-03-16
* DirChanged: avoid redundant events on 'autochdir'Justin M. Keyes2017-03-12
* DirChanged: trigger when switching scopesJustin M. Keyes2017-03-12
* DirChanged: Publish _after_ updating win/tab CWD.Justin M. Keyes2017-03-12
* DirChanged: set <amatch> (#5961)Justin M. Keyes2017-01-17
* Add autocmd/dirchanged_spec.luaMarco Hinz2017-01-13