diff src/version.c @ 4223:5c0652f455c9 v7.3.863

updated for version 7.3.863 Problem: Problem with 'ambiwidth' detection for ANSI terminal. Solution: Work around not recognizing a term response. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Mar 2013 14:33:36 +0100
parents dd4f3ceb5d86
children a82ef37d38c0
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 */
 /**/
+    863,
+/**/
     862,
 /**/
     861,