From b23403ee6b52ac8652d55d8d90c98eafd9a030ed Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Mon, 21 Jan 2019 22:55:56 -0800 Subject: [PATCH] Revert "__fish_complete_suffix: do not show description when not passed one" This reverts commit 367661d4f124d74819ba2ac4bd021161233b807f. This was the wrong way to address this annoyance of mine. --- share/functions/__fish_complete_suffix.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/functions/__fish_complete_suffix.fish b/share/functions/__fish_complete_suffix.fish index ef1059157..7397e252c 100644 --- a/share/functions/__fish_complete_suffix.fish +++ b/share/functions/__fish_complete_suffix.fish @@ -21,12 +21,12 @@ function __fish_complete_suffix -d "Complete using files" case 1 set comp (commandline -ct) set suff $argv - set desc "\n" + set desc "" case 2 set comp $argv[1] set suff $argv[2] - set desc "\n" + set desc "" case 3 set comp $argv[1]