aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/utility_functions_spec.lua
Commit message (Collapse)AuthorAge
* 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
| | | | | | Implement lazy loading for vim.submodule, this would be over-engineering for inspect only, but we expect to use this solution also for more and larger modules.
* Merge #9463 'Lua stdlib'Justin M. Keyes2019-01-14
|\
| * lua/stdlib: Load runtime modules on-demandJustin M. Keyes2019-01-14
| | | | | | | | | | | | | | | | | | | | Instead of eager-loading during plugin/* sourcing, define runtime modules such as `vim.inspect` as lazy builtins. Otherwise non-builtin Lua modules such as `vim.inspect` would not be available during startup (init.vim, `-c`, `--cmd`, …). ref #6580 ref #8677
| * lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
|/ | | | | ref #6580 ref #8677
* 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