mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-12 08:43:10 +00:00
parent
d8584d1ddb
commit
e1827480c9
1 changed files with 2 additions and 1 deletions
|
|
@ -195,7 +195,8 @@ func (h *InfoPane) Autocomplete() {
|
|||
b.Autocomplete(action.completer)
|
||||
}
|
||||
}
|
||||
} else if h.PromptType == "Shell" {
|
||||
} else {
|
||||
// by default use filename autocompletion
|
||||
b.Autocomplete(buffer.FileComplete)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue