home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.0 / 7.0.226 < prev    next >
Encoding:
Internet Message Format  |  2007-04-25  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 7.0.226
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.0.226
  11. Problem:    Display flickering when updating signs through the netbeans
  12.         interface. (Xavier de Gaye)
  13. Solution:   Remove the redraw_later(CLEAR) call.
  14. Files:        src/netbeans.c
  15.  
  16.  
  17. *** ../vim-7.0.225/src/netbeans.c    Tue Nov 14 18:29:00 2006
  18. --- src/netbeans.c    Sat Apr 21 18:14:00 2007
  19. ***************
  20. *** 2143,2150 ****
  21.               coloncmd(":sign jump %d buffer=%d", serNum,
  22.                                  buf->bufp->b_fnum);
  23.           }
  24. -         /* XXX only redraw what changed. */
  25. -         redraw_later(CLEAR);
  26.   #endif
  27.   /* =====================================================================*/
  28.       }
  29. --- 2143,2148 ----
  30. *** ../vim-7.0.225/src/version.c    Thu Apr 26 10:55:46 2007
  31. --- src/version.c    Thu Apr 26 11:00:01 2007
  32. ***************
  33. *** 668,669 ****
  34. --- 668,671 ----
  35.   {   /* Add new patch number below this line */
  36. + /**/
  37. +     226,
  38.   /**/
  39.  
  40. -- 
  41. hundred-and-one symptoms of being an internet addict:
  42. 15. Your heart races faster and beats irregularly each time you see a new WWW
  43.     site address in print or on TV, even though you've never had heart
  44.     problems before.
  45.  
  46.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  47. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  48. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  49.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  50.