completion/ivy: fewer false positives with +ivy/tasks
This commit is contained in:
parent
6aaa83bbd0
commit
d99519d077
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ limit to buffers in the current workspace."
|
||||||
(concat " -- "
|
(concat " -- "
|
||||||
(shell-quote-argument (concat "\\s("
|
(shell-quote-argument (concat "\\s("
|
||||||
(string-join (mapcar #'car +ivy-task-tags) "|")
|
(string-join (mapcar #'car +ivy-task-tags) "|")
|
||||||
")([\\s:]|\([^)]+\):?)")))
|
")([\\s:]|\\([^)]+\\):?)")))
|
||||||
(if arg buffer-file-name ".")))
|
(if arg buffer-file-name ".")))
|
||||||
"\n" t))))
|
"\n" t))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue