aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_cd.vim
Commit message (Collapse)AuthorAge
* oldtests: comment out test for 'set cpo+=.'Jan Edmund Lazo2018-08-26
| | | | nvim does not support POSIX cpoptions.
* vim-patch:8.1.0144: the :cd command does not have good test coverageJan Edmund Lazo2018-08-26
| | | | | | Problem: The :cd command does not have good test coverage. Solution: Add more tests. (Dominique Pelle, closes vim/vim#2972) https://github.com/vim/vim/commit/b2e0c94a4d27e3e6222d26f13e0418a85cab21a2
* vim-patch:8.0.0493: crash with cd command with very long argumentJan Edmund Lazo2018-07-22
Problem: Crash with cd command with very long argument. Solution: Check for running out of space. (Dominique Pellé, closes vim/vim#1576) https://github.com/vim/vim/commit/15618fa643867cf0d9c31f327022a22dff78a0cf