Files
neovim/test/functional/plugin
Steven Arcangeli 92204b06e7 refactor(lsp): move glob parsing to util (#26519)
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.
2023-12-22 11:40:01 +01:00
..
2022-03-25 19:57:59 +01:00
2023-09-26 06:41:53 -07:00