Fix auto complete in offset seek in visual

This commit is contained in:
cyanpencil 2018-06-30 00:57:17 +02:00 committed by radare
parent cfd1c39f36
commit 7a246f3cea

View File

@ -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) {