Bram Moolenaar
|
f97d46f816
|
patch 8.1.1821: no test for wrong number of method arguments
Problem: No test for wrong number of method arguments.
Solution: Add a test.
|
2019-08-06 20:34:10 +02:00 |
|
Bram Moolenaar
|
761fdf01c6
|
patch 8.1.1820: using expr->FuncRef() does not work
Problem: Using expr->FuncRef() does not work.
Solution: Make FuncRef work as a method.
|
2019-08-05 23:10:16 +02:00 |
|
Bram Moolenaar
|
a74e4946de
|
patch 8.1.1809: more functions can be used as a method
Problem: More functions can be used as a method.
Solution: Add has_key(), split(), str2list(), etc.
|
2019-08-04 17:35:53 +02:00 |
|
Bram Moolenaar
|
25e42231d3
|
patch 8.1.1807: more functions can be used as a method
Problem: More functions can be used as a method.
Solution: Add append(), appendbufline(), assert_equal(), etc.
Also add the :eval command.
|
2019-08-04 15:04:10 +02:00 |
|
Bram Moolenaar
|
ac92e25a33
|
patch 8.1.1803: all builtin functions are global
Problem: All builtin functions are global.
Solution: Add the method call operator ->. Implemented for a limited number
of functions.
|
2019-08-03 21:58:38 +02:00 |
|