pub fn debug_history_menu(
history: &SharedHistory,
line: &str,
cursor: usize,
options: CompletionDebugOptions<'_>,
) -> CompletionDebugExpand description
Builds a single history-menu debug snapshot for line at cursor.
pub fn debug_history_menu(
history: &SharedHistory,
line: &str,
cursor: usize,
options: CompletionDebugOptions<'_>,
) -> CompletionDebugBuilds a single history-menu debug snapshot for line at cursor.