Bram Moolenaar
|
ab1fa3955f
|
patch 7.4.1577
Problem: Cannot pass "dict.Myfunc" around as a partial.
Solution: Create a partial when expected.
|
2016-03-15 19:33:34 +01:00 |
|
Bram Moolenaar
|
346418c624
|
patch 7.4.1564
Problem: An empty list in function() causes an error.
Solution: Handle an empty list like there is no list of arguments.
|
2016-03-15 12:36:08 +01:00 |
|
Bram Moolenaar
|
790500a8e6
|
patch 7.4.1563
Problem: Partial test fails on windows.
Solution: Return 1 or -1 from compare function.
|
2016-03-15 11:05:45 +01:00 |
|
Bram Moolenaar
|
1735bc988c
|
patch 7.4.1559
Problem: Passing cookie to a callback is clumsy.
Solution: Change function() to take arguments and return a partial.
|
2016-03-14 23:05:14 +01:00 |
|