From: Jay Freeman (saurik) Date: Sat, 21 Nov 2015 09:01:35 +0000 (-0800) Subject: Identifiers that contain $ should tab-complete :(. X-Git-Tag: v0.9.590~300 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/8745028112be35e3f0409a5a089146d25fd3acc9 Identifiers that contain $ should tab-complete :(. --- diff --git a/Console.cpp b/Console.cpp index a7e0929..883f03f 100644 --- a/Console.cpp +++ b/Console.cpp @@ -387,7 +387,7 @@ static char **Complete(const char *word, int start, int end) { // need char *, not const char * static char name_[] = "cycript"; -static char break_[] = " \t\n\"\\'`@$><=;|&{(" ")}" ".:[]"; +static char break_[] = " \t\n\"\\'`@><=;|&{(" ")}" ".:[]"; class History { private: