mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
@@ -195,7 +195,8 @@ func (h *InfoPane) Autocomplete() {
|
|||||||
b.Autocomplete(action.completer)
|
b.Autocomplete(action.completer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if h.PromptType == "Shell" {
|
} else {
|
||||||
|
// by default use filename autocompletion
|
||||||
b.Autocomplete(buffer.FileComplete)
|
b.Autocomplete(buffer.FileComplete)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user