aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/glob_spec.lua
Commit message (Collapse)AuthorAge
* refactor(lua): refactored globaltermo2024-01-19
|
* refactor: format test/*Justin M. Keyes2024-01-03
|
* refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-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.