mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
change in ?* to make it grepeable
This commit is contained in:
parent
99660a899d
commit
80279b11f6
@ -1543,8 +1543,8 @@ static int r_core_cmd_subst_i(RCore *core, char *cmd, char *colon) {
|
||||
r_cons_break_push (NULL, NULL);
|
||||
recursive_help (core, cmd);
|
||||
r_cons_break_pop ();
|
||||
//less the content
|
||||
if (strstr (ptr + 2, "~..")) {
|
||||
//grep the content
|
||||
if (ptr[2] == '~') {
|
||||
r_cons_grep (ptr + 3);
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user