mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
add check for current setting
This commit is contained in:
@@ -41,7 +41,7 @@ local function command_find_all_tags(opts)
|
||||
}
|
||||
|
||||
-- PCRE engine allows to remove hex color codes from #hastags
|
||||
if opts.rg_pcre then
|
||||
if opts.rg_pcre and (re == hashtag_re) then
|
||||
re = hashtag_re_pcre
|
||||
|
||||
rg_args = {
|
||||
|
||||
Reference in New Issue
Block a user