diff src/version.c @ 3718:0b1cb3f839c4 v7.3.618

updated for version 7.3.618 Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Sun, 29 Jul 2012 12:55:32 +0200
parents 73db39ca1877
children 27ecf0c87bd2
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 */
 /**/
+    618,
+/**/
     617,
 /**/
     616,