comparison src/version.c @ 12054:ee070a5eb3a0 v8.0.0907

patch 8.0.0907: with cp932 font names might be misinterpreted commit https://github.com/vim/vim/commit/89e06c807ac63030dd163092e1c58f9ce350aeee Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 11 20:55:55 2017 +0200 patch 8.0.0907: with cp932 font names might be misinterpreted Problem: With cp932 font names might be misinterpreted. Solution: Do not see "_" as a space when it is the second byte of a double byte character. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Aug 2017 21:00:06 +0200
parents 7eb512f2a896
children 0498547dace0
comparison
equal deleted inserted replaced
12053:10fcbcabb2c3 12054:ee070a5eb3a0
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 907,
772 /**/ 774 /**/
773 906, 775 906,
774 /**/ 776 /**/
775 905, 777 905,
776 /**/ 778 /**/