mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Merge pull request #156 from jkub6/main
User setting ignored if pcre2 is available
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
|
-- 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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user