commit | 24ee83b0a0613c635cb6ce1292891c7fa65510cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 01 17:49:55 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 01 17:49:55 2012 +0200 |
tree | fbed8781149feaf58e8b21f4776422902cb858f3 | |
parent | 88178de99f9cefb92450ff796e541926f3533cec [diff] [blame] |
updated for version 7.3.537 Problem: Unecessary call to init_spell_chartab(). Solution: Delete the call.
diff --git a/src/version.c b/src/version.c index d8c6603..0794bed 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 537, +/**/ 536, /**/ 535,