aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-20 02:13:31 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-20 02:13:31 -0800
commitd5c382bb1a68fd74d5d8e96519f9286f8d755530 (patch)
tree5af71d1f219a8790011bb256943009357ec30477 /highlight.h
parent52daf6cf41a70bde1ec2d858defb4364b0b045b5 (diff)
Piling on more code to make autosuggestion try to guess directories even when they're not in the history
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/highlight.h b/highlight.h
index e23c7f9a..3b0eedbc 100644
--- a/highlight.h
+++ b/highlight.h
@@ -107,6 +107,7 @@ void highlight_universal( const wchar_t *buff, int *color, int pos, wcstring_lis
rgb_color_t highlight_get_color( int highlight, bool is_background );
bool autosuggest_handle_special(const wcstring &str, const wcstring &working_directory, bool *outSuggestionOK);
+bool autosuggest_suggest_special(const wcstring &str, const wcstring &working_directory, wcstring &outString);
#endif