branch: master
commit d8293388b1f5aa6765a9edfa7847c8e146089164
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-recentf): Require match
    
    Re #2043
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index ee45386..a963ca2 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2107,6 +2107,7 @@ When INITIAL-INPUT is non-nil, use it in the minibuffer 
during completion."
             :action (lambda (f)
                       (with-ivy-window
                         (find-file f)))
+            :require-match t
             :caller 'counsel-recentf))
 (ivy-set-actions
  'counsel-recentf

Reply via email to