|
Karsten Hopp |
cf1243 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
cf1243 |
Subject: Patch 7.4.288
|
|
Karsten Hopp |
cf1243 |
Fcc: outbox
|
|
Karsten Hopp |
cf1243 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
cf1243 |
Mime-Version: 1.0
|
|
Karsten Hopp |
cf1243 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
cf1243 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
cf1243 |
------------
|
|
Karsten Hopp |
cf1243 |
|
|
Karsten Hopp |
cf1243 |
Patch 7.4.288
|
|
Karsten Hopp |
cf1243 |
Problem: When 'spellfile' is set the screen is not redrawn.
|
|
Karsten Hopp |
cf1243 |
Solution: Redraw when updating the spelling info. (Christian Brabandt)
|
|
Karsten Hopp |
cf1243 |
Files: src/spell.c
|
|
Karsten Hopp |
cf1243 |
|
|
Karsten Hopp |
cf1243 |
|
|
Karsten Hopp |
cf1243 |
*** ../vim-7.4.287/src/spell.c 2014-03-23 15:12:29.939264336 +0100
|
|
Karsten Hopp |
cf1243 |
--- src/spell.c 2014-05-13 14:01:59.165610391 +0200
|
|
Karsten Hopp |
cf1243 |
***************
|
|
Karsten Hopp |
cf1243 |
*** 4508,4513 ****
|
|
Karsten Hopp |
cf1243 |
--- 4508,4514 ----
|
|
Karsten Hopp |
cf1243 |
theend:
|
|
Karsten Hopp |
cf1243 |
vim_free(spl_copy);
|
|
Karsten Hopp |
cf1243 |
recursive = FALSE;
|
|
Karsten Hopp |
cf1243 |
+ redraw_win_later(wp, NOT_VALID);
|
|
Karsten Hopp |
cf1243 |
return ret_msg;
|
|
Karsten Hopp |
cf1243 |
}
|
|
Karsten Hopp |
cf1243 |
|
|
Karsten Hopp |
cf1243 |
*** ../vim-7.4.287/src/version.c 2014-05-13 13:52:34.821605451 +0200
|
|
Karsten Hopp |
cf1243 |
--- src/version.c 2014-05-13 13:55:26.865606957 +0200
|
|
Karsten Hopp |
cf1243 |
***************
|
|
Karsten Hopp |
cf1243 |
*** 736,737 ****
|
|
Karsten Hopp |
cf1243 |
--- 736,739 ----
|
|
Karsten Hopp |
cf1243 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
cf1243 |
+ /**/
|
|
Karsten Hopp |
cf1243 |
+ 288,
|
|
Karsten Hopp |
cf1243 |
/**/
|
|
Karsten Hopp |
cf1243 |
|
|
Karsten Hopp |
cf1243 |
--
|
|
Karsten Hopp |
cf1243 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
cf1243 |
151. You find yourself engaged to someone you've never actually met,
|
|
Karsten Hopp |
cf1243 |
except through e-mail.
|
|
Karsten Hopp |
cf1243 |
|
|
Karsten Hopp |
cf1243 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
cf1243 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
cf1243 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
cf1243 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|