mirror of https://github.com/helix-editor/helix
ui: Expose the 'prompt' module
The prompt Completion type alias is otherwise private. This will be used in <https://redirect.github.com/helix-editor/helix/pull/12527> to refactor some functions to return prompt completions.pull/12778/head
parent
0f594c35f2
commit
369f2bb93d
|
@ -8,7 +8,7 @@ pub mod menu;
|
||||||
pub mod overlay;
|
pub mod overlay;
|
||||||
pub mod picker;
|
pub mod picker;
|
||||||
pub mod popup;
|
pub mod popup;
|
||||||
mod prompt;
|
pub mod prompt;
|
||||||
mod spinner;
|
mod spinner;
|
||||||
mod statusline;
|
mod statusline;
|
||||||
mod text;
|
mod text;
|
||||||
|
|
Loading…
Reference in New Issue