Björn Linse
dab40f43b1
Add v:lua.func() vimL syntax for calling lua
...
Also simplify error messages when calling lua from vimL.
2019-11-16 22:33:21 +01:00
Justin M. Keyes
c9f3174075
API: return non-generic VimL errors
...
- Return VimL errors instead of generic errors for:
- nvim_call_function
- nvim_call_dict_function
- Fix tests which were silently broken before this change.
This violates #6150 where we agreed not to translate API errors. But
that can be fixed later.
2018-05-09 23:18:38 +02:00
ZyX
9fd2bf67aa
executor,functests: Add print() tests, some fixes
2017-03-27 00:13:16 +03:00
ZyX
295e7607c4
executor: Fix some memory leaks
2017-03-27 00:12:42 +03:00
ZyX
9114d9be77
executor: Add :luado command
2017-03-27 00:12:42 +03:00
ZyX
b4e2860c69
doc,functests: Add documentation
...
Missing: updates to various lists.
2017-03-27 00:12:42 +03:00
ZyX
666d85d3ce
functests: Some more tests
2017-03-27 00:12:22 +03:00
ZyX
bca9c2f3c4
functests: Move existing tests from lua_spec to lua/*, fix them
2017-03-27 00:12:22 +03:00
ZyX
a3ea05c1e5
functests: Add some tests
2017-03-27 00:12:22 +03:00