diff src/version.c @ 3553:96715c3a905f v7.3.537

updated for version 7.3.537 Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call.
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Jun 2012 17:49:55 +0200
parents a8897fd5d074
children bbf1fbbe4ab4
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 */
 /**/
+    537,
+/**/
     536,
 /**/
     535,