Bram Moolenaar
|
92b83ccfda
|
patch 8.2.0634: crash with null partial and blob
Problem: Crash with null partial and blob.
Solution: Check for NULL pointer. Add more tests. (Yegappan Lakshmanan,
closes #5984)
|
2020-04-25 15:24:44 +02:00 |
|
Bram Moolenaar
|
ee93b737aa
|
patch 8.2.0117: crash when using gettabwinvar() with invalid arguments
Problem: Crash when using gettabwinvar() with invalid arguments. (Yilin
Yang)
Solution: Use "curtab" if "tp" is NULL. (closes #5475)
|
2020-01-14 19:05:39 +01:00 |
|
Bram Moolenaar
|
5d69fdb7c4
|
patch 8.1.1952: more functions can be used as a method
Problem: More functions can be used as a method.
Solution: Allow more functions to be used as a method.
|
2019-08-31 19:13:58 +02: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
|
f91aac5e3e
|
patch 8.1.1765: get(func, dict, def) does not work properly
Problem: get(func, dict, def) does not work properly.
Solution: Handle NULL dict better. (Takuya Fujiwara, closes #4734)
|
2019-07-28 13:21:01 +02:00 |
|
Bram Moolenaar
|
816968defc
|
patch 8.0.1160: getting tab-local variable fails after closing window
Problem: Getting tab-local variable fails after closing window.
Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)
|
2017-09-29 21:29:18 +02:00 |
|
Bram Moolenaar
|
75373f3808
|
patch 8.0.0890: still many old style tests
Problem: Still many old style tests.
Solution: Convert several tests to new style. (Yegappan Lakshmanan)
|
2017-08-07 22:02:30 +02:00 |
|