diff src/version.c @ 6299:3eb160c5b3a1 v7.4.483

updated for version 7.4.483 Problem: A 0x80 byte is not handled correctly in abbreviations. Solution: Unescape special characters. Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 16:22:17 +0200
parents 488bb7c4ace0
children 76526e7100b0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    483,
+/**/
     482,
 /**/
     481,