fish-shell/share
Radomír Bosák f9835b5077 Add support for subcommands in __fish_man_page
This commit adds a feature that after typing "git add" and pressing
"alt+h", the manpage for "git-add" instead of "git" would be displayed.

The new logic takes the first argument which doesn't start with a dash
and tries to display manpage for "command-argument"; it falls back to
"man command" it the first try doesn't succeed.

Fixes #3618.
2016-12-27 16:03:21 -08:00
..
completions improve make target completion 2016-12-21 19:04:15 -08:00
functions Add support for subcommands in __fish_man_page 2016-12-27 16:03:21 -08:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Prevent error in acidhub prompt by quoting the regex 2016-12-16 10:43:40 -08:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Append paths from /etc/manpaths and /etc/manpaths.d/* to MANPATH, for #1092. 2016-12-27 14:21:36 -08:00