Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat: add vim.text module (#26069) | Gregory Anders | 2023-11-16 |
| | |||
* | refactor(build): include lpeg as a library | bfredl | 2023-04-27 |
| | |||
* | refactor(iter): move helper functions under vim.iter | Gregory Anders | 2023-04-25 |
| | | | | vim.iter is now both a function and a module (similar to vim.version). | ||
* | test: replace lfs with luv and vim.fs | dundargoc | 2023-04-04 |
| | | | | | | test: replace lfs with luv luv already pretty much does everything lfs does, so this duplication of dependencies isn't needed. | ||
* | refactor(vim.version): cleanup | Justin M. Keyes | 2023-03-06 |
| | | | | | | | - 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 | ||
* | feat(lua): add semver api | Kelly Lin | 2023-03-06 |
| | |||
* | feat(lua): low-level interpreter mode (nvim -ll) | bfredl | 2023-01-31 |
| | |||
* | feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect` | Folke Lemaitre | 2022-12-17 |
| | |||
* | fix(lua): properly configure luacheck and remove `local vim = ...` lines ↵ | Folke Lemaitre | 2022-10-09 |
| | | | | (#20551) | ||
* | chore: format runtime with stylua | Christian Clason | 2022-05-09 |
| | |||
* | refactor(lua): make vim submodule lazy loading declarative | bfredl | 2022-03-07 |
| | | | | | This will allow us to also use the same logic for lua threads and processes, later. | ||
* | refactor(lua): move only runtime lua file in src/ to runtime/lua | bfredl | 2022-03-04 |
reorganize so that initialization is done in lua |