implemented ex mode :w/:e commands
implemented tab completion and history search for the ex mode prompt as well fixed paths not expanding correctly in ex mode command arguments
This commit is contained in:
@@ -893,6 +893,7 @@ impl Default for Layout {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct TermWriter {
|
||||
last_bell: Option<Instant>,
|
||||
out: RawFd,
|
||||
|
||||
Reference in New Issue
Block a user