diff src/version.c @ 4276:b0b253898cf9 v7.3.888

updated for version 7.3.888 Problem: Filename completion with 'fileignorecase' does not work for multi-byte characters. Solution: Make 'fileignorecase' work properly. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Fri, 12 Apr 2013 14:42:39 +0200
parents 015e53d99787
children cb0c694517a0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    888,
+/**/
     887,
 /**/
     886,