aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-07 12:55:13 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-07 12:55:13 -0700
commit1a264ab7c20cbd0e20eef3e3d83fedb7b69c163d (patch)
treea31c3d95477c76ac190bf15d8346d4db5ae64224 /reader.cpp
parent99b51ce6eadcc93027c6edf9a0def836ac050870 (diff)
Made tests compile again
Renamed autosuggest_handle_special to autosuggest_special_validate_from_history Began work to factor autosuggest_special_validate_from_history together with autosuggest_suggest_special
Diffstat (limited to 'reader.cpp')
-rw-r--r--reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.cpp b/reader.cpp
index 0beefbd0..1e262003 100644
--- a/reader.cpp
+++ b/reader.cpp
@@ -1269,7 +1269,7 @@ struct autosuggestion_context_t {
continue;
bool item_ok = false;
- if (autosuggest_handle_special(item.str(), working_directory, &item_ok)) {
+ if (autosuggest_special_validate_from_history(item.str(), working_directory, &item_ok)) {
/* The command autosuggestion was handled specially, so we're done */
} else {
/* See if the item has any required paths */