summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/cd_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-01-31test: add reasons to some skipped tests (#37632)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: use vim.mpack and vim.uv directlyLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-04-15docs: typo fixes (#17859)dundargoc1
2021-11-19vim-patch:8.2.3618: getcwd() is unclear about how 'autochdir' is usedzeertzjq1
2019-04-13options: properly reset directories on 'autochdir' (#9894)Marco Hinz1
2018-02-19Resolve issues mentioned in PR reviewJan Edmund Lazo1
2018-02-19test: enable ex_cmds/cd_spec.lua on WindowsJan Edmund Lazo1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2016-09-12CI: test: Avoid QuickBuild hang. (#5330)Justin M. Keyes1
2016-09-04getcwd(): Return empty string if CWD is invalid. #5292HiPhish1
2016-09-04tchdir: New tab should inherit CWD. (#5227)Alejandro Sanchez1
2016-08-26Mark some functional tests as pending in WindowsRui Abreu Ferreira1
2016-06-10functests: Check logs in lua codeZyX1
2016-06-01test/functional: cd_spec: Add tests for {getcwd,haslocaldir}(-1, -1)James McCoy1
2016-06-01test/functional: cd_spec: Add tests for using explicit argsJames McCoy1
2016-06-01test/functional: cd_spec: Use named keys for directories tableJames McCoy1
2016-06-01test/functional: Allow arbitrary arguments to cwd/lwd functionsJames McCoy1
2016-05-06test/functional: fix a dependency on the previous test suiteJohn Szakmeister1
2016-05-06test/functional: prefix the cd command with silent to prevent hangingJohn Szakmeister1
2016-04-28Satisfy testlint.KillTheMule1
2016-04-21tcd: doc, error messagesJustin M. Keyes1
2016-04-20Implement tab-local working directory feature.HiPhish1