fish-shell/share
Kevin Ballard ac8c5910eb Rewrite __fish_print_help to produce better results
As a result of this rewrite, the output now:

* Expands to fit the terminal width, like `man` does
* Preprocesses the manpage with `tbl` just in case, since `man` does
  this, even though I doubt any fish manpages use `tbl` formatting.
* Handle bold/underline with the `ul` command as it was designed for
  instead of trying to fake it with `sed`.
* Compresses blank lines as `man` does with the default `less -is`
  pager.
2014-10-09 23:48:10 -07:00
..
completions Revert "Remove help completion for eval, which doesn't work" 2014-10-09 17:59:14 -07:00
functions Rewrite __fish_print_help to produce better results 2014-10-09 23:48:10 -07:00
tools web_config: Interpret fish output as utf-8 2014-10-09 20:21:26 -07:00
config.fish Create and use $DATADIR/vendor_completions.d/ for upstream completions 2014-10-01 21:28:01 +08:00