mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 19:41:14 -03:00
Remove stray "0" output from man completions
This commit is contained in:
@@ -6,7 +6,7 @@ function __fish_complete_man
|
||||
set section ""
|
||||
set prev (commandline -poc)
|
||||
set -e prev[1]
|
||||
while count $prev
|
||||
while set -q prev[1]
|
||||
switch $prev[1]
|
||||
case '-**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user