diff src/version.c @ 2632:c00efaa0af24 v7.3.053

updated for version 7.3.053 Problem: complete() function doesn't reset complete direction. Can't use an empty string in the list of matches. Solution: Set compl_direction to FORWARD. Add "empty" key to allow empty words. (Kikuchan)
author Bram Moolenaar <bram@vim.org>
date Wed, 10 Nov 2010 17:11:33 +0100
parents f896a7dfd47d
children 7002404b17b1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    53,
+/**/
     52,
 /**/
     51,