diff options
-rw-r--r-- | lua/core/info.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/info.lua b/lua/core/info.lua index 1610e763..d5bd94ce 100644 --- a/lua/core/info.lua +++ b/lua/core/info.lua @@ -124,7 +124,7 @@ local function tbl_set_highlight(terms, highlight_group) end for _, v in pairs(terms) do - vim.cmd('let m=matchadd("' .. highlight_group .. '", "' .. v .. '")') + vim.cmd('let m=matchadd("' .. highlight_group .. '", "' .. v .. "[ ,│']\")") end end |