mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
Merge pull request #1186 from splinterofchaos/write
Non-unix-specific os_unix function.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user