diff src/version.c @ 4215:ecf21be84def v7.3.859

updated for version 7.3.859 Problem: 'ambiwidth' must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up time and 'ambiwidth' accordingly. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Mar 2013 19:29:28 +0100
parents 0a3fab86f34d
children 6ce32844727d
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 */
 /**/
+    859,
+/**/
     858,
 /**/
     857,