branch: externals/ivy-hydra
commit 2894f1160dddc5ebc057e993f4234dae882ed52e
Author: MoHKale <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (magic-slash): comment out windows behaviour
    
    Fixes #2248
    Fixes #2480
---
 ivy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy.el b/ivy.el
index 43c24c8..9df29bf 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3215,8 +3215,8 @@ Possible choices are 
'ivy-magic-slash-non-match-cd-selected,
   (let (remote)
     (cond
       ;; Windows
-      ((string-match "\\`[[:alpha:]]:/" ivy--directory)
-       (match-string 0 ivy--directory))
+      ;; ((string-match "\\`[[:alpha:]]:/" ivy--directory)
+      ;;  (match-string 0 ivy--directory))
       ;; Remote root if on remote
       ((setq remote (file-remote-p ivy--directory))
        (concat remote "/"))

Reply via email to