From 4d19bb17a9161fc085e7b308d1ac30ec74186c33 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 5 Mar 2013 20:54:16 -0800 Subject: Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, in preparation for upcoming fuzzy completion work --- reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reader.h') diff --git a/reader.h b/reader.h index 174be574..80dbe258 100644 --- a/reader.h +++ b/reader.h @@ -163,7 +163,7 @@ void reader_pop(); - The command to be completed as a null terminated array of wchar_t - An array_list_t in which completions will be inserted. */ -typedef void (*complete_function_t)(const wcstring &, std::vector &, complete_type_t, wcstring_list_t * lst); +typedef void (*complete_function_t)(const wcstring &, std::vector &, completion_request_flags_t, wcstring_list_t * lst); void reader_set_complete_function(complete_function_t); /** -- cgit v1.2.3