diff src/version.c @ 3032:e4f3fa1a474e v7.3.288

updated for version 7.3.288 Problem: has('python') may give an error message for not being able to load the library after using python3. Solution: Only give the error when the verbose argument is true.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Aug 2011 16:00:19 +0200
parents 07bc2ccfe555
children 44ffd0a8abcd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    288,
+/**/
     287,
 /**/
     286,