mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
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:
parent
23e94d8349
commit
b23403ee6b
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue