Bram Moolenaar
|
9f6277bdde
|
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions
Problem: Insufficient code coverage for ex_docmd.c functions.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
|
2020-02-11 22:04:02 +01:00 |
|
Bram Moolenaar
|
7cc96923c4
|
patch 8.2.0189: cd() with NULL argument crashes
Problem: cd() with NULL argument crashes.
Solution: Check for NULL. (Ken Takata, closes #5558)
|
2020-01-31 22:41:38 +01:00 |
|
Bram Moolenaar
|
297610ba4b
|
patch 8.2.0049: command line completion not fully tested
Problem: Command line completion not fully tested.
Solution: Add more test cases. Make help sorting stable. (Dominique Pelle,
closes #5402)
|
2019-12-27 17:20:55 +01:00 |
|
Bram Moolenaar
|
3503d7c94a
|
patch 8.1.2278: using "cd" with "exe" may fail
Problem: Using "cd" with "exe" may fail.
Solution: Use chdir() instead.
|
2019-11-09 20:10:17 +01:00 |
|
Bram Moolenaar
|
4c313b13fb
|
patch 8.1.1925: more functions can be used as methods
Problem: More functions can be used as methods.
Solution: Make various functions usable as a method.
|
2019-08-24 22:58:31 +02:00 |
|
Bram Moolenaar
|
1a3a89168d
|
patch 8.1.1915: more functions can be used as methods
Problem: More functions can be used as methods.
Solution: Make various functions usable as a method.
|
2019-08-23 22:31:37 +02:00 |
|
Bram Moolenaar
|
1063f3d200
|
patch 8.1.1291: not easy to change directory and restore
Problem: Not easy to change directory and restore.
Solution: Add the chdir() function. (Yegappan Lakshmanan, closes #4358)
|
2019-05-07 22:06:52 +02:00 |
|
Bram Moolenaar
|
b2e0c94a4d
|
patch 8.1.0144: the :cd command does not have good test coverage
Problem: The :cd command does not have good test coverage.
Solution: Add more tests. (Dominique Pelle, closes #2972)
|
2018-07-03 18:36:27 +02:00 |
|
Bram Moolenaar
|
15618fa643
|
patch 8.0.0493: crash with cd command with very long argument
Problem: Crash with cd command with very long argument.
Solution: Check for running out of space. (Dominique pending, closes #1576)
|
2017-03-19 21:37:13 +01:00 |
|