neovim/test/functional/lua
Björn Linse 8ee7c94a92 lua: add vim.fn.{func} for direct access to vimL function
compared to vim.api.|nvim_call_function|, this fixes some typing issues
due to the indirect conversion via the API. float values are preserved
as such (fixes #9389) as well as empty dicts/arrays.

Ref https://github.com/norcalli/nvim.lua for the call syntax
2019-10-27 17:23:17 +01:00
..
api_spec.lua functests: Fix tests 2017-05-08 21:21:03 +03:00
buffer_updates_spec.lua lua: support getting UTF-32 and UTF-16 sizes of replaced text 2019-08-06 20:24:36 +02:00
commands_spec.lua tests/lua: test for multiline error messages in lua 2019-01-23 19:34:13 +01:00
loop_spec.lua lua: add vim.in_fast_event() to check if we are in a luv callback 2019-08-05 13:57:24 +02:00
luaeval_spec.lua API: return non-generic VimL errors 2018-05-09 23:18:38 +02:00
overrides_spec.lua lua: do not crash on syntax error in debug.debug() 2019-08-05 13:19:44 +02:00
treesitter_spec.lua test/pcall_err(): truncate full paths, omit linenr 2019-10-26 02:00:58 -07:00
utility_functions_spec.lua lua: add vim.fn.{func} for direct access to vimL function 2019-10-27 17:23:17 +01:00