diff src/version.c @ 6303:7844d92941fd v7.4.485

updated for version 7.4.485 Problem: Abbreviations don't work. (Toothpik) Solution: Move the length computation inside the for loop. Compare against the unescaped key.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 19:35:31 +0200
parents 76526e7100b0
children b8caf7045e3d
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 */
 /**/
+    485,
+/**/
     484,
 /**/
     483,