aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_execution.h
diff options
context:
space:
mode:
authorGravatar Roman Hargrave <roman@hargrave.info>2015-04-18 14:53:43 -0500
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-04-19 15:50:10 -0700
commit3559f20c8ffca8b036ff4aa6833e9e4c67eea7fc (patch)
tree32f4c7bb14f16117414ba4fb815d335020836859 /parse_execution.h
parent9dc53f7c1b195bd1e8d49434f42348b0b2b78cbc (diff)
Pass entire argv content to fish_command_not_found recipients
Diffstat (limited to 'parse_execution.h')
-rw-r--r--parse_execution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_execution.h b/parse_execution.h
index 54f889fc..6a3d6db7 100644
--- a/parse_execution.h
+++ b/parse_execution.h
@@ -72,7 +72,7 @@ private:
parse_execution_result_t report_unmatched_wildcard_error(const parse_node_t &unmatched_wildcard);
/* Command not found support */
- void handle_command_not_found(const wcstring &cmd, const parse_node_t &statement_node, int err_code);
+ parse_execution_result_t handle_command_not_found(const wcstring &cmd, const parse_node_t &statement_node, int err_code);
/* Utilities */
wcstring get_source(const parse_node_t &node) const;