Revert "__fish_complete_suffix: do not show description when not passed one"

This reverts commit 367661d4f1.

This was the wrong way to address this annoyance of mine.
This commit is contained in:
Aaron Gyes 2019-01-21 22:55:56 -08:00
parent 23e94d8349
commit b23403ee6b

View file

@ -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]