diff src/version.c @ 4201:3fd805ca2a6a v7.3.852

updated for version 7.3.852 Problem: system() breaks clipboard text. (Yukihiro Nakadaira) Solution: Use Xutf8TextPropertyToTextList(). (Christian Brabandt) Also do not put the text in the clip buffer if conversion fails.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 18:02:30 +0100
parents dd669f296568
children eea32254940f
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 */
 /**/
+    852,
+/**/
     851,
 /**/
     850,