X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/dd23aba113d3a3fb62804f6db620077d96b1d0e8..d6848e7305f443c0d55fc83ad93beccdb8a572ea:/Complete.cpp diff --git a/Complete.cpp b/Complete.cpp index 276ccaf..0cde80c 100644 --- a/Complete.cpp +++ b/Complete.cpp @@ -89,6 +89,10 @@ _visible char **CYComplete(const char *word, const std::string &line, CYUTF8Stri prefix << (*part)->word_ << ':'; } break; + case CYDriver::AutoResolve: + expression = $M(driver.context_, $S("$cyr")); + break; + default: _assert(false); }