diff --git a/modules/completion/ivy/autoload/ivy.el b/modules/completion/ivy/autoload/ivy.el index 88475240b..1df495808 100644 --- a/modules/completion/ivy/autoload/ivy.el +++ b/modules/completion/ivy/autoload/ivy.el @@ -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))))