Daniel Hahler
3d1531aee5
API: include invalid buffer/window/tabpage in error message ( #11712 )
2020-01-14 09:21:10 +01:00
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
Björn Linse
f7b174eb71
tests/lua: test for multiline error messages in lua
2019-01-23 19:34:13 +01:00
ZyX
9fd2bf67aa
executor,functests: Add print() tests, some fixes
2017-03-27 00:13:16 +03:00
ZyX
dcb992ab37
executor: Add :luafile command
2017-03-27 00:12:42 +03:00
ZyX
295e7607c4
executor: Fix some memory leaks
2017-03-27 00:12:42 +03:00
ZyX
e1bbaca7ac
executor,functests: Add tests for :luado, also some fixes
...
Fixes:
1. Allocate space for the NUL byte.
2. Do not exclude last line from range.
3. Remove code for sandbox: it is handled earlier.
4. Fix index in new_line_transformed when converting NULs to NLs.
5. Always allocate new_line_transformed, but save allocated value.
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
7a5646d594
functests: Add tests for :lua
2017-03-27 00:12:42 +03:00
ZyX
a3ea05c1e5
functests: Add some tests
2017-03-27 00:12:22 +03:00