comparison src/version.c @ 30116:87e205ae86d3 v9.0.0394

patch 9.0.0394: Cygwin: multibyte characters may be broken in terminal window Commit: https://github.com/vim/vim/commit/5903aaf7eb4586cf7e4fa5a219092334b05c89de Author: K.Takata <kentkt@csc.jp> Date: Tue Sep 6 11:26:56 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Sep 2022 12:30:03 +0200
parents eae1e99e66de
children 53c1fab8081e
comparison
equal deleted inserted replaced
30115:63a4c39ecf2d 30116:87e205ae86d3
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 394,
706 /**/ 708 /**/
707 393, 709 393,
708 /**/ 710 /**/
709 392, 711 392,
710 /**/ 712 /**/