diff src/version.c @ 3164:ca65249eb34b v7.3.352

updated for version 7.3.352 Problem: When completing methods dict functions and script-local functions get in the way. Solution: Sort function names starting with "<" to the end. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 22:02:15 +0200
parents ff69efc4bc55
children 12bb368fef2c
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 */
 /**/
+    352,
+/**/
     351,
 /**/
     350,