diff --git a/src/steps.rs b/src/steps.rs index 700c8fe5..8c6f4ca7 100644 --- a/src/steps.rs +++ b/src/steps.rs @@ -70,6 +70,8 @@ pub fn run_vim( .wait()? .check()?; + println!(""); + Ok(()) }