commit | 5903aaf7eb4586cf7e4fa5a219092334b05c89de | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Tue Sep 06 11:26:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 11:26:56 2022 +0100 |
tree | 7def8c1b3568a48f05766aca55c13c684678bbb1 | |
parent | a9480dbc8c4381e4139db1ab7969722f4d100bac [diff] [blame] |
patch 9.0.0394: Cygwin: multibyte characters may be broken in terminal window Problem: Cygwin: multibyte characters may be broken in terminal window. Solution: Adjust how to read and write on the channel. (Ken Takata, closes #11063)
diff --git a/src/version.c b/src/version.c index 219b414..df8ab27 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 394, +/**/ 393, /**/ 392,