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