Bram Moolenaar
|
ea04a6e8ba
|
patch 8.2.0619: null dict is not handled like an empty dict
Problem: Null dict is not handled like an empty dict.
Solution: Fix the code and add tests. (Yegappan Lakshmanan, closes #5968)
|
2020-04-23 13:38:02 +02:00 |
|
Bram Moolenaar
|
8b63313510
|
patch 8.2.0418: code in eval.c not sufficiently covered by tests
Problem: Code in eval.c not sufficiently covered by tests.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5815)
|
2020-03-20 18:20:51 +01:00 |
|
Bram Moolenaar
|
8dfcce3a78
|
patch 8.2.0401: not enough test coverage for evalvars.c
Problem: Not enough test coverage for evalvars.c.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5804)
|
2020-03-18 19:32:26 +01:00 |
|
Bram Moolenaar
|
1983401088
|
patch 8.1.0047: no completion for :unlet $VAR
Problem: No completion for :unlet $VAR.
Solution: Add completion. (Jason Franklin)
|
2018-06-12 17:03:39 +02:00 |
|
Bram Moolenaar
|
137374fd65
|
patch 8.0.1832: cannot use :unlet for an environment variable
Problem: Cannot use :unlet for an environment variable.
Solution: Make it work. Use unsetenv() if available. (Ken Takata,
closes #2855)
|
2018-05-13 15:59:50 +02:00 |
|
Bram Moolenaar
|
49439c4cdf
|
patch 8.0.0344: unlet command leaks memory
Problem: Unlet command leaks memory. (Nikolai Pavlov)
Solution: Free the memory on error. (closes #1497)
|
2017-02-20 23:07:05 +01:00 |
|
Bram Moolenaar
|
065ee9aebf
|
patch 7.4.1097
Problem: Looking up the alloc ID for tests fails.
Solution: Fix the line computation. Use assert_fails() for unlet test.
|
2016-01-15 20:53:38 +01:00 |
|
Bram Moolenaar
|
254b105b75
|
patch 7.4.1081
Problem: No test for what previously caused a crash.
Solution: Add test for unletting errmsg.
|
2016-01-10 16:10:17 +01:00 |
|
Bram Moolenaar
|
af8af8bfac
|
patch 7.4.1051
Problem: Segfault when unletting "count".
Solution: Check for readonly and locked first. (Dominique Pelle)
Add a test.
|
2016-01-04 22:05:24 +01:00 |
|