Skip to content

Commit

Permalink
Disable buffering for vim -W <scriptout>
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Apr 28, 2013
1 parent 1ba220a commit c65e7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Expand Up @@ -2419,6 +2419,7 @@ command_line_scan(parmp)
mch_errmsg("\"\n");
mch_exit(2);
}
setvbuf(scriptout, NULL, _IONBF, 0);
break;

#ifdef FEAT_GUI_W32
Expand Down

0 comments on commit c65e7e6

Please sign in to comment.