mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user