diff src/version.c @ 5413:3109053ce4e3 v7.4.057

updated for version 7.4.057 Problem: byteidx() does not work for composing characters. Solution: Add byteidxcomp().
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 23:29:26 +0100
parents 8d83c219fc7b
children fa8447ec5823
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 */
 /**/
+    57,
+/**/
     56,
 /**/
     55,