aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/utility_functions_spec.lua
Commit message (Expand)AuthorAge
* Lua: vim.validate()Hirokazu Hata2019-11-10
* tests: vim.rpcnotify test is flakyBjörn Linse2019-11-10
* lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse2019-11-10
* doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2019-11-06
* lua: add vim.fn.{func} for direct access to vimL functionBjörn Linse2019-10-27
* test/pcall_err(): truncate full paths, omit linenrJustin M. Keyes2019-10-26
* lua/stdlib: adjust some validation messages #11271Hirokazu Hata2019-10-26
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* api: make try_end clean-up after an exception properly. Fixes #10809Björn Linse2019-09-02
* lua: minimal UTF-16 support needed for LSPBjörn Linse2019-08-08
* lua: docs and tests for vim.scheduleBjörn Linse2019-06-05
* lua: expose full interface of vim.inspect and add testBjörn Linse2019-01-14
* Merge #9463 'Lua stdlib'Justin M. Keyes2019-01-14
|\
| * lua/stdlib: Load runtime modules on-demandJustin M. Keyes2019-01-14
| * lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
|/
* Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
* lua/executor: Fix crash when first string contains NUL and second notZyX2017-08-15
* lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
* functests: Add test for stricmpZyX2017-08-15