branch: externals/ivy
commit 69a4be6b62c00cfbb464e8de33b19530ea818289
Merge: 5fed887c2f 6a98b006f1
Author: Basil L. Contovounesios <ba...@contovou.net>
Commit: Basil L. Contovounesios <ba...@contovou.net>

    Merge branch 'master' into externals/ivy
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 60846ea134..7d3f000831 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2560,7 +2560,7 @@ INHERIT-INPUT-METHOD is currently ignored."
                          (car initial-input))
                         ((and (stringp initial-input)
                               (not (eq collection #'read-file-name-internal)))
-                         (ivy--string-replace "+" "\\\\+" initial-input))
+                         (ivy--string-replace "+" "\\+" initial-input))
                         (initial-input))
                   :preselect def
                   :def def

Reply via email to