diff src/version.c @ 3097:738ea87c1964 v7.3.320

updated for version 7.3.320 Problem: When a 0xa0 character is in a sourced file the error message for unrecognized command does not show the problem. Solution: Display 0xa0 as <a0>.
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Sep 2011 19:10:46 +0200
parents dc7f2f975920
children fc0804089b29
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    320,
+/**/
     319,
 /**/
     318,