fish-shell/share
ridiculousfish 3ab954644f Make fish install a command_not_found handler in non-interactive uses.
Previously, fish's command_not_found handler would be installed in
__fish_config_interactive. Errors that occured early in startup (e.g. in
config.fish) or in non-interactive mode would therefore not be reported.
With this change, fish now exposes its default cnf handler as
__fish_default_command_not_found_handler . config.fish then installs a
cnfh that invokes the default. When fish goes interactive, the initial
cnfh is overwritten with a fancier one, that may in turn fall back to
invoking the default.
2014-02-20 10:26:57 -08:00
..
completions Add completions for git stash sub-commands 2014-02-16 21:58:21 +08:00
functions Make fish install a command_not_found handler in non-interactive uses. 2014-02-20 10:26:57 -08:00
tools Fix for Python out-of-range exception when accessing Bindings tab 2014-02-09 20:19:04 -08:00
config.fish Make fish install a command_not_found handler in non-interactive uses. 2014-02-20 10:26:57 -08:00