mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 23:11:41 +00:00
Fix auto complete in offset seek in visual
This commit is contained in:
parent
cfd1c39f36
commit
7a246f3cea
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user