diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    19,
+/**/
     18,
 /**/
     17,