Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(lua): refactored glob | altermo | 2024-01-19 |
| | |||
* | fix(lua): return after assert returns assert message (#27064) | altermo | 2024-01-17 |
| | |||
* | docs(glob): add glob module (#26853) | Mathias Fußenegger | 2024-01-02 |
| | |||
* | refactor(lsp): move glob parsing to util (#26519) | Steven Arcangeli | 2023-12-22 |
refactor(lsp): move glob parsing to vim.glob Moving the logic for using vim.lpeg to create a match pattern from a glob into `vim.glob`. There are several places in the LSP spec that use globs, and it's very useful to have glob matching as a generally-available utility. |