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

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

[elpa] externals/ivy-hydra 0258725 175/395: counsel.el: Fix candidate sp


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 0258725 175/395: counsel.el: Fix candidate splitting when eol is CR or CRLF
Date: Thu, 25 Feb 2021 08:31:57 -0500 (EST)

branch: externals/ivy-hydra
commit 025872570a02ed6647bd9bcafe7a9eba768bb3b1
Author: Eder Elorriaga <gexplorer8@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el: Fix candidate splitting when eol is CR or CRLF
    
    Re #2483
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 153a049..c2ce44a 100644
--- a/counsel.el
+++ b/counsel.el
@@ -164,7 +164,7 @@ descriptions.")
                      cmd
                      (plist-put plist number str)))))
 
-(defvar counsel-async-split-string-re-alist '((t . "\n"))
+(defvar counsel-async-split-string-re-alist '((t . "[\r\n]"))
   "Store the regexp for splitting shell command output.")
 
 (defvar counsel-async-ignore-re-alist nil



reply via email to

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