mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
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.
This commit is contained in:
parent
0f594c35f2
commit
369f2bb93d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pub mod menu;
|
|||
pub mod overlay;
|
||||
pub mod picker;
|
||||
pub mod popup;
|
||||
mod prompt;
|
||||
pub mod prompt;
|
||||
mod spinner;
|
||||
mod statusline;
|
||||
mod text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue