branch: externals/urgrep
commit df52f3cda23e4023fbbfd71e2ff6a216b60f39fe
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Pass the finalized tool regexp syntx to the tool's command function
    
    This doesn't change anything in practice, but it's slightly more correct.
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index 4f65fa8576..d1ece09ac1 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -589,7 +589,7 @@ COLOR: non-nil (the default) if the output should use 
color."
        (setq case-fold (isearch-no-upper-case-p query regexp-syntax)))
      ;; Build the command arguments.
      (if cmd-fun
-         (funcall cmd-fun query :tool tool :regexp regexp-syntax
+         (funcall cmd-fun query :tool tool :regexp tool-re-syntax
                   :case-fold case-fold :hidden hidden :files files
                   :group group :context context :color color)
        (let ((arguments (urgrep--get-prop 'arguments tool))

Reply via email to