diff src/version.c @ 4356:d67e292af6f9 v7.3.927

updated for version 7.3.927 Problem: Missing combining characters when putting text in a register. Solution: Include combining characters. (David B?rgin)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 05:50:28 +0200
parents c80838526eeb
children 6d45e6f97415
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 */
 /**/
+    927,
+/**/
     926,
 /**/
     925,