We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9e233 commit 666c8a0Copy full SHA for 666c8a0
lsp-completion.el
@@ -245,7 +245,8 @@ The CLEANUP-FN will be called to cleanup."
245
(concat
246
(unless (and detail? (string-prefix-p " " detail?))
247
" ")
248
- (s-replace "\r" "" detail?)
+ (when detail?
249
+ (s-replace "\r" "" detail?))
250
(unless (or omit-description
251
(and description? (string-prefix-p " " description?)))
252
0 commit comments