mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove stray "0" output from man completions
This commit is contained in:
parent
0d257fd651
commit
bfb5fec330
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function __fish_complete_man
|
||||||
set section ""
|
set section ""
|
||||||
set prev (commandline -poc)
|
set prev (commandline -poc)
|
||||||
set -e prev[1]
|
set -e prev[1]
|
||||||
while count $prev
|
while set -q prev[1]
|
||||||
switch $prev[1]
|
switch $prev[1]
|
||||||
case '-**'
|
case '-**'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue