diff src/version.c @ 3026:6018c815e120 v7.3.285

updated for version 7.3.285 Problem: Mapping <Char-123> no longer works. Solution: Properly check for "char-". Add a test for it.
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Aug 2011 22:29:02 +0200
parents 27d43855b723
children 3f822e54765c
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 */
 /**/
+    285,
+/**/
     284,
 /**/
     283,