aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 5cccb6ca71..921bc883cf 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -677,7 +677,7 @@ void getout(int exitval)
if (did_emsg) {
// give the user a chance to read the (error) message
no_wait_return = FALSE;
-// wait_return(FALSE);
+ wait_return(FALSE);
}
// Position the cursor again, the autocommands may have moved it