Revert "Add the history import command" (#14077)

This commit is contained in:
Darren Schroeder
2024-10-12 21:43:24 -05:00
committed by GitHub
parent 1f47d72e86
commit bdbcf82967
9 changed files with 18 additions and 564 deletions

View File

@@ -7,7 +7,7 @@ mod keybindings_list;
mod keybindings_listen;
pub use commandline::{Commandline, CommandlineEdit, CommandlineGetCursor, CommandlineSetCursor};
pub use history::{History, HistoryImport, HistorySession};
pub use history::{History, HistorySession};
pub use keybindings::Keybindings;
pub use keybindings_default::KeybindingsDefault;
pub use keybindings_list::KeybindingsList;