comparison src/version.c @ 5332:d5eb32dc231c v7.4.019

updated for version 7.4.019 Problem: MS-Windows: File name completion doesn't work properly with Chinese characters. (Yue Wu) Solution: Take care of multi-byte characters when looking for the start of the file name. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Sep 2013 13:50:53 +0200
parents 460d5be9395e
children c1ae5baa41f4
comparison
equal deleted inserted replaced
5331:2034e92cd480 5332:d5eb32dc231c
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 19,
741 /**/ 743 /**/
742 18, 744 18,
743 /**/ 745 /**/
744 17, 746 17,
745 /**/ 747 /**/