Justin M. Keyes
e31e49a8e3
refactor(vim.version): cleanup
...
- version.cmp(): assert valid version
- add test for loading vim.version (the other tests use shared.lua in
the test runner)
- reduce test scopes, reword test descriptions
2023-03-06 14:51:56 +01:00
Kelly Lin
0e7196438d
feat(lua): add semver api
2023-03-06 13:45:59 +01:00
bfredl
d6d6ab3f8e
feat(lua): low-level interpreter mode (nvim -ll)
2023-01-31 13:53:22 +01:00
Folke Lemaitre
ef91146efc
feat: vim.inspect_pos
, vim.show_pos
, :Inspect
2022-12-17 13:05:31 +01:00
Folke Lemaitre
8c2226fc30
fix(lua): properly configure luacheck and remove local vim = ...
lines ( #20551 )
2022-10-09 12:40:56 +02:00
Christian Clason
aefdc6783c
chore: format runtime with stylua
2022-05-09 16:31:55 +02:00
bfredl
f39a12d629
refactor(lua): make vim submodule lazy loading declarative
...
This will allow us to also use the same logic for lua threads and
processes, later.
2022-03-07 09:59:22 +01:00
bfredl
186a559818
refactor(lua): move only runtime lua file in src/ to runtime/lua
...
reorganize so that initialization is done in lua
2022-03-04 19:07:42 +01:00