diff src/version.c @ 3178:b7f0f23bf906 v7.3.359

updated for version 7.3.359 Problem: Command line completion shows dict functions. Solution: Skip dict functions for completion. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 14:57:31 +0100
parents 97a52300ef2b
children 28480c9006e6
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 */
 /**/
+    359,
+/**/
     358,
 /**/
     357,