Skip to content

Commit

Permalink
Fix auto complete in offset seek in visual
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanpencil authored and radare committed Jun 29, 2018
1 parent cfd1c39 commit 7a246f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/core.c
Expand Up @@ -1550,6 +1550,8 @@ static int autocomplete(RLine *line) {
} else {
autocompleteFilename (line, NULL, 1);
}
} else if (line->offset_prompt) {
autocomplete_flags (line, line->buffer.data);
} else if (!find_autocomplete (line)) {
int i, cfg_newtab = r_config_get_i (core->config, "cfg.newtab");
if (cfg_newtab) {
Expand Down

0 comments on commit 7a246f3

Please sign in to comment.