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.4 / 7.4.354 < prev    next >
Encoding:
Internet Message Format  |  2014-07-02  |  1.8 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.354
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.4.354
  11. Problem:    Compiler warning.
  12. Solution:   Change NUL to NULL. (Ken Takata)
  13. Files:        src/screen.c
  14.  
  15.  
  16. *** ../vim-7.4.353/src/screen.c    2014-07-02 19:59:35.454375136 +0200
  17. --- src/screen.c    2014-07-03 14:08:03.579375847 +0200
  18. ***************
  19. *** 3704,3710 ****
  20.               if (diff_hlf != (hlf_T)0)
  21.               char_attr = hl_attr(diff_hlf);
  22.   #endif
  23. !             p_extra = NUL;
  24.               c_extra = ' ';
  25.               n_extra = get_breakindent_win(wp,
  26.                          ml_get_buf(wp->w_buffer, lnum, FALSE));
  27. --- 3704,3710 ----
  28.               if (diff_hlf != (hlf_T)0)
  29.               char_attr = hl_attr(diff_hlf);
  30.   #endif
  31. !             p_extra = NULL;
  32.               c_extra = ' ';
  33.               n_extra = get_breakindent_win(wp,
  34.                          ml_get_buf(wp->w_buffer, lnum, FALSE));
  35. *** ../vim-7.4.353/src/version.c    2014-07-02 19:59:35.454375136 +0200
  36. --- src/version.c    2014-07-03 14:08:38.875376388 +0200
  37. ***************
  38. *** 736,737 ****
  39. --- 736,739 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     354,
  43.   /**/
  44.  
  45. -- 
  46.    [SIR LAUNCELOT runs back up the stairs, grabs a rope
  47.    of the wall and swings out over the heads of the CROWD in a
  48.    swashbuckling manner towards a large window.  He stops just short
  49.    of the window and is left swing pathetically back and forth.]
  50. LAUNCELOT: Excuse me ... could somebody give me a push ...
  51.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  52.  
  53.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  54. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  55. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  56.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  57.