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

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

[elpa] externals/ivy-hydra 2894f11 177/395: ivy.el (magic-slash): commen


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 2894f11 177/395: ivy.el (magic-slash): comment out windows behaviour
Date: Thu, 25 Feb 2021 08:31:57 -0500 (EST)

branch: externals/ivy-hydra
commit 2894f1160dddc5ebc057e993f4234dae882ed52e
Author: MoHKale <mohkalsin@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    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

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