comparison src/version.c @ 11725:22cef8face93 v8.0.0745

patch 8.0.0745: multi-byte characters in a terminal don't display well commit https://github.com/vim/vim/commit/9f1f49b839fbc5d099301d5318a5e1e70dd59b7c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 18:14:17 2017 +0200 patch 8.0.0745: multi-byte characters in a terminal don't display well Problem: multi-byte characters in a terminal window are not displayed properly. Solution: Set the unused screen characters. (Yasuhiro Matsumoto, closes #1857)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 18:15:05 +0200
parents 1922710ee8fa
children cb1dc90d22cc
comparison
equal deleted inserted replaced
11724:c42efe3dfc13 11725:22cef8face93
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 745,
772 /**/ 774 /**/
773 744, 775 744,
774 /**/ 776 /**/
775 743, 777 743,
776 /**/ 778 /**/