diff src/version.c @ 3022:47b6d37b6012 v7.3.283

updated for version 7.3.283 Problem: An expression mapping with a multi-byte character containing a 0x80 byte gets messed up. (ZyX) Solution: Unescape the expression before evaluating it (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Aug 2011 17:18:20 +0200
parents 92167bb91c95
children 27d43855b723
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 */
 /**/
+    283,
+/**/
     282,
 /**/
     281,