|
Karsten Hopp |
786a62 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
786a62 |
Subject: Patch 7.3.537
|
|
Karsten Hopp |
786a62 |
Fcc: outbox
|
|
Karsten Hopp |
786a62 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
786a62 |
Mime-Version: 1.0
|
|
Karsten Hopp |
786a62 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
786a62 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
786a62 |
------------
|
|
Karsten Hopp |
786a62 |
|
|
Karsten Hopp |
786a62 |
Patch 7.3.537
|
|
Karsten Hopp |
786a62 |
Problem: Unecessary call to init_spell_chartab().
|
|
Karsten Hopp |
786a62 |
Solution: Delete the call.
|
|
Karsten Hopp |
786a62 |
Files: src/spell.c
|
|
Karsten Hopp |
786a62 |
|
|
Karsten Hopp |
786a62 |
|
|
Karsten Hopp |
786a62 |
*** ../vim-7.3.536/src/spell.c 2012-06-01 15:20:49.000000000 +0200
|
|
Karsten Hopp |
786a62 |
--- src/spell.c 2012-06-01 17:49:44.000000000 +0200
|
|
Karsten Hopp |
786a62 |
***************
|
|
Karsten Hopp |
786a62 |
*** 4721,4728 ****
|
|
Karsten Hopp |
786a62 |
int_wordlist = NULL;
|
|
Karsten Hopp |
786a62 |
}
|
|
Karsten Hopp |
786a62 |
|
|
Karsten Hopp |
786a62 |
- init_spell_chartab();
|
|
Karsten Hopp |
786a62 |
-
|
|
Karsten Hopp |
786a62 |
vim_free(repl_to);
|
|
Karsten Hopp |
786a62 |
repl_to = NULL;
|
|
Karsten Hopp |
786a62 |
vim_free(repl_from);
|
|
Karsten Hopp |
786a62 |
--- 4721,4726 ----
|
|
Karsten Hopp |
786a62 |
*** ../vim-7.3.536/src/version.c 2012-06-01 17:46:52.000000000 +0200
|
|
Karsten Hopp |
786a62 |
--- src/version.c 2012-06-01 17:49:08.000000000 +0200
|
|
Karsten Hopp |
786a62 |
***************
|
|
Karsten Hopp |
786a62 |
*** 716,717 ****
|
|
Karsten Hopp |
786a62 |
--- 716,719 ----
|
|
Karsten Hopp |
786a62 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
786a62 |
+ /**/
|
|
Karsten Hopp |
786a62 |
+ 537,
|
|
Karsten Hopp |
786a62 |
/**/
|
|
Karsten Hopp |
786a62 |
|
|
Karsten Hopp |
786a62 |
--
|
|
Karsten Hopp |
786a62 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
786a62 |
17. You turn on your intercom when leaving the room so you can hear if new
|
|
Karsten Hopp |
786a62 |
e-mail arrives.
|
|
Karsten Hopp |
786a62 |
|
|
Karsten Hopp |
786a62 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
786a62 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
786a62 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
786a62 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|