branch: elpa/helm commit 4390fd4de85d1291d655f3bc80083a9ab03e3f54 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
No need to replace newline in popup --- helm-utils.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-utils.el b/helm-utils.el index 7f395054cc..639e62a359 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -1049,8 +1049,7 @@ Assume regexp is a pcre based regexp." ;; maybe used by mouse overlay after resume. (helm-aif (get-text-property (pos-bol) 'helm-grep-fname) (helm-tooltip-show - (concat " " (abbreviate-file-name - (replace-regexp-in-string "\n.*" "" it))) + (concat " " (abbreviate-file-name it)) (save-excursion (end-of-visual-line) (point)))))))))))