1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

feat(flygrep): add match highlight

This commit is contained in:
wsdjeg 2022-10-10 17:55:15 +08:00
parent baf8ccd498
commit bc75a1f6a3

View File

@ -206,7 +206,7 @@ end
local function matchadd(group, pattern, p)
pcall(vim.fn.matchadd, group, pattern, p)
end
local function expr_to_pattern(expr)