emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra bba92e0 188/395: counsel.el (counsel-file-nam


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra bba92e0 188/395: counsel.el (counsel-file-name-filter-alist): Modify perl entry
Date: Thu, 25 Feb 2021 08:31:59 -0500 (EST)

branch: externals/ivy-hydra
commit bba92e06c003ffc76b117334ab1784deaad66fd5
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el (counsel-file-name-filter-alist): Modify perl entry
    
    Fixes #2493
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index bec4ecc..db561ab 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2013,7 +2013,7 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer 
during completion."
 (defvar counsel-file-name-filter-alist
   '(("ag -i '%s'" . t)
     ("ack -i '%s'" . t)
-    ("perl -ne '/(%s.*)/i && print \"$1\\n\";'" . t)
+    ("perl -ne '/(.*%s.*)/i && print \"$1\\n\";'" . t)
     ("grep -i -E '%s'"))
   "Alist of file name filtering commands.
 The car is a shell command and the cdr is t when the shell



reply via email to

[Prev in Thread] Current Thread [Next in Thread]