Merge pull request #156 from jkub6/main

User setting ignored if pcre2 is available
This commit is contained in:
lambtho
2022-07-25 07:43:46 +00:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ local function command_find_all_tags(opts)
} }
-- PCRE engine allows to remove hex color codes from #hastags -- 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 re = hashtag_re_pcre
rg_args = { rg_args = {