mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: fewer false positives with +ivy/tasks
This commit is contained in:
@ -102,7 +102,7 @@ limit to buffers in the current workspace."
|
||||
(concat " -- "
|
||||
(shell-quote-argument (concat "\\s("
|
||||
(string-join (mapcar #'car +ivy-task-tags) "|")
|
||||
")([\\s:]|\([^)]+\):?)")))
|
||||
")([\\s:]|\\([^)]+\\):?)")))
|
||||
(if arg buffer-file-name ".")))
|
||||
"\n" t))))
|
||||
|
||||
|
Reference in New Issue
Block a user