diff src/version.c @ 5682:a1c07956171a v7.4.187

updated for version 7.4.187 Problem: Delete that crosses line break splits multi-byte character. Solution: Advance a character instead of a byte. (Cade Foster)
author Bram Moolenaar <bram@vim.org>
date Sat, 22 Feb 2014 23:49:35 +0100
parents 4d12112c5efa
children 136f05449f29
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 */
 /**/
+    187,
+/**/
     186,
 /**/
     185,