From 1907323afce50498289c0bbaa67ead1250a0535c Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 8 Feb 2016 01:29:23 -0800 Subject: Additional work on unifying cd autosuggestions with complete --- src/complete.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/complete.h') diff --git a/src/complete.h b/src/complete.h index 999b3c2b..f46370ab 100644 --- a/src/complete.h +++ b/src/complete.h @@ -218,9 +218,11 @@ void complete_remove_all(const wcstring &cmd, bool cmd_is_path); /** Find all completions of the command cmd, insert them into out. */ +class env_vars_snapshot_t; void complete(const wcstring &cmd, std::vector *out_comps, - completion_request_flags_t flags); + completion_request_flags_t flags, + const env_vars_snapshot_t &vars); /** Return a list of all current completions. -- cgit v1.2.3