diff src/version.c @ 4209:fb533fb6c015 v7.3.856

updated for version 7.3.856 Problem: When calling system() multi-byte clipboard contents is garbled. Solution: Save and restore the clipboard contents. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Mar 2013 17:50:25 +0100
parents 6604853dd822
children 4905e038b105
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 */
 /**/
+    856,
+/**/
     855,
 /**/
     854,