Files
neovim/runtime/plugin
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
..
2017-04-30 22:10:21 +02:00
2017-11-06 05:26:16 +01:00
2016-04-18 21:50:37 -07:00
2015-08-15 15:25:30 -03:00
2017-04-28 22:51:30 +02:00