Merge pull request #1186 from splinterofchaos/write

Non-unix-specific os_unix function.
This commit is contained in:
Justin M. Keyes
2014-11-28 14:50:09 -05:00
5 changed files with 113 additions and 121 deletions

View File

@@ -55,7 +55,7 @@ void ui_write(char_u *s, int len)
s = tofree;
}
mch_write(s, len);
term_write(s, len);
if (output_conv.vc_type != CONV_NONE)
free(tofree);