Files
neovim/test/functional
Justin M. Keyes 6c02ff4747 lua/stdlib: Load runtime modules on-demand
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
2019-01-14 02:22:16 +01:00
..
2019-01-14 00:50:29 +01:00
2018-12-20 11:57:30 +01:00
2018-12-20 11:57:30 +01:00
2018-12-31 01:06:17 +01:00
2016-06-10 21:50:49 +03:00