]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.537 v7.3.537
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jun 2012 15:49:55 +0000 (17:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jun 2012 15:49:55 +0000 (17:49 +0200)
Problem:    Unecessary call to init_spell_chartab().
Solution:   Delete the call.

src/spell.c
src/version.c

index f1099674b5c06f7b3aed1dfcd53b61274da0074b..f0f258a7c14ed269cabae47a02de799b20d257e9 100644 (file)
@@ -4721,8 +4721,6 @@ spell_free_all()
        int_wordlist = NULL;
     }
 
-    init_spell_chartab();
-
     vim_free(repl_to);
     repl_to = NULL;
     vim_free(repl_from);
index d8c6603d2b69c6045a54f01f0ca16e15d7aaa942..0794bed8da4d4bff41b1e6018c515c84eb1023c3 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    537,
 /**/
     536,
 /**/