diff options
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r-- | src/nvim/misc1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index 3ae3d6e30e..0737caec5d 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -2679,6 +2679,7 @@ void preserve_exit(void) // Prevent repeated calls into this method. if (really_exiting) { + stream_set_blocking(input_global_fd(), true); //normalize stream (#2598) exit(2); } |