From b51c5986136334f6e4a8666a01fa4e557adfae47 Mon Sep 17 00:00:00 2001 From: Marcin Antczak Date: Sun, 19 Apr 2015 19:30:50 +0200 Subject: [PATCH] Fixed multiline descriptions breaking tabulated view --- gitlab-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitlab-mode.el b/gitlab-mode.el index 9482626..ddd7973 100644 --- a/gitlab-mode.el +++ b/gitlab-mode.el @@ -70,10 +70,9 @@ (assoc-default 'name p) (assoc-default 'name owner) (assoc-default 'name namespace) - (assoc-default 'description p))))) + (replace-regexp-in-string "\^M\\|\n" " " (assoc-default 'description p)))))) projects)) - ;; Issues (defun gitlab-goto-issue ()