aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/man.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-03 09:34:33 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-03 09:34:33 +1000
commit8b73bac5803935c1c9438d75103da67903aa83f9 (patch)
treef6583edc67736b9dc9b33d4ab647414dfcd19e31 /share/completions/man.fish
parentc8162c2900c69b6efff55324dfc42de9aa0bd6f7 (diff)
Rename __fish_complete_directory to increase consistency
darcs-hash:20061202233433-ac50b-48368a338773ad47807b0032389fd305d86b3275.gz
Diffstat (limited to 'share/completions/man.fish')
-rw-r--r--share/completions/man.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/man.fish b/share/completions/man.fish
index 79b3d574..1e829958 100644
--- a/share/completions/man.fish
+++ b/share/completions/man.fish
@@ -16,7 +16,7 @@ complete -xc man -a l -d (N_ "Local section")
complete -xc man -a p
complete -xc man -a o -d (N_ "Old section")
complete -rc man -s C -d (N_ "Configuration file")
-complete -xc man -s M -a "(__fish_complete_directory (commandline -ct))" -d (N_ "Manpath")
+complete -xc man -s M -a "(__fish_complete_directories (commandline -ct))" -d (N_ "Manpath")
complete -rc man -s P -d (N_ "Pager")
complete -xc man -s S -d (N_ "Manual sections")
complete -c man -s a -d (N_ "Display all matches")