fish-shell/share
Kevin Ballard 29b3b6b31e type: Stop claiming grep is a function
Use `functions -q` instead of searching the `functiosn -na` list for the
provided word. This may result in an automatically-loaded function being
sourced, but that happens anyway with the default output.

This change means the results of `test -q foo` can be relied upon to
indicate whether `foo` can actually be invoked. Previosly, if `foo` was
the name of an automatically-loaded function file but did not actually
define a function `foo`, and there was no execuable `foo`, then `type -q
foo` would lie and say `foo` can be invoked when it can't.
2014-07-13 19:11:29 -07:00
..
completions Add dropbox completion 2014-07-06 20:40:53 +08:00
functions type: Stop claiming grep is a function 2014-07-13 19:11:29 -07:00
tools Fixed code to parse bindings for webconfig 2014-06-08 16:05:00 +05:30
config.fish Make fish install a command_not_found handler in non-interactive uses. 2014-02-20 10:26:57 -08:00