]> git.saurik.com Git - cycript.git/blobdiff - Console.cpp
Identifiers that contain $ should tab-complete :(.
[cycript.git] / Console.cpp
index a7e09291d52632dda885b37df8f385fb436bf722..883f03f0977cbf5b13e150f2b3765e7de73fe297 100644 (file)
@@ -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: