summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cd.vim
AgeCommit message (Collapse)Author
2020-02-11patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar
Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
2020-01-31patch 8.2.0189: cd() with NULL argument crashesv8.2.0189Bram Moolenaar
Problem: cd() with NULL argument crashes. Solution: Check for NULL. (Ken Takata, closes #5558)
2019-12-27patch 8.2.0049: command line completion not fully testedv8.2.0049Bram Moolenaar
Problem: Command line completion not fully tested. Solution: Add more test cases. Make help sorting stable. (Dominique Pelle, closes #5402)
2019-11-09patch 8.1.2278: using "cd" with "exe" may failv8.1.2278Bram Moolenaar
Problem: Using "cd" with "exe" may fail. Solution: Use chdir() instead.
2019-08-24patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-23patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-05-07patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar
Problem: Not easy to change directory and restore. Solution: Add the chdir() function. (Yegappan Lakshmanan, closes #4358)
2018-07-03patch 8.1.0144: the :cd command does not have good test coveragev8.1.0144Bram Moolenaar
Problem: The :cd command does not have good test coverage. Solution: Add more tests. (Dominique Pelle, closes #2972)
2017-03-19patch 8.0.0493: crash with cd command with very long argumentv8.0.0493Bram Moolenaar
Problem: Crash with cd command with very long argument. Solution: Check for running out of space. (Dominique pending, closes #1576)