aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/utility_functions_spec.lua
Commit message (Expand)AuthorAge
* 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