|
Karsten Hopp |
61fb12 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
61fb12 |
Subject: Patch 7.4.354
|
|
Karsten Hopp |
61fb12 |
Fcc: outbox
|
|
Karsten Hopp |
61fb12 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
61fb12 |
Mime-Version: 1.0
|
|
Karsten Hopp |
61fb12 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
61fb12 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
61fb12 |
------------
|
|
Karsten Hopp |
61fb12 |
|
|
Karsten Hopp |
61fb12 |
Patch 7.4.354
|
|
Karsten Hopp |
61fb12 |
Problem: Compiler warning.
|
|
Karsten Hopp |
61fb12 |
Solution: Change NUL to NULL. (Ken Takata)
|
|
Karsten Hopp |
61fb12 |
Files: src/screen.c
|
|
Karsten Hopp |
61fb12 |
|
|
Karsten Hopp |
61fb12 |
|
|
Karsten Hopp |
61fb12 |
*** ../vim-7.4.353/src/screen.c 2014-07-02 19:59:35.454375136 +0200
|
|
Karsten Hopp |
61fb12 |
--- src/screen.c 2014-07-03 14:08:03.579375847 +0200
|
|
Karsten Hopp |
61fb12 |
***************
|
|
Karsten Hopp |
61fb12 |
*** 3704,3710 ****
|
|
Karsten Hopp |
61fb12 |
if (diff_hlf != (hlf_T)0)
|
|
Karsten Hopp |
61fb12 |
char_attr = hl_attr(diff_hlf);
|
|
Karsten Hopp |
61fb12 |
#endif
|
|
Karsten Hopp |
61fb12 |
! p_extra = NUL;
|
|
Karsten Hopp |
61fb12 |
c_extra = ' ';
|
|
Karsten Hopp |
61fb12 |
n_extra = get_breakindent_win(wp,
|
|
Karsten Hopp |
61fb12 |
ml_get_buf(wp->w_buffer, lnum, FALSE));
|
|
Karsten Hopp |
61fb12 |
--- 3704,3710 ----
|
|
Karsten Hopp |
61fb12 |
if (diff_hlf != (hlf_T)0)
|
|
Karsten Hopp |
61fb12 |
char_attr = hl_attr(diff_hlf);
|
|
Karsten Hopp |
61fb12 |
#endif
|
|
Karsten Hopp |
61fb12 |
! p_extra = NULL;
|
|
Karsten Hopp |
61fb12 |
c_extra = ' ';
|
|
Karsten Hopp |
61fb12 |
n_extra = get_breakindent_win(wp,
|
|
Karsten Hopp |
61fb12 |
ml_get_buf(wp->w_buffer, lnum, FALSE));
|
|
Karsten Hopp |
61fb12 |
*** ../vim-7.4.353/src/version.c 2014-07-02 19:59:35.454375136 +0200
|
|
Karsten Hopp |
61fb12 |
--- src/version.c 2014-07-03 14:08:38.875376388 +0200
|
|
Karsten Hopp |
61fb12 |
***************
|
|
Karsten Hopp |
61fb12 |
*** 736,737 ****
|
|
Karsten Hopp |
61fb12 |
--- 736,739 ----
|
|
Karsten Hopp |
61fb12 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
61fb12 |
+ /**/
|
|
Karsten Hopp |
61fb12 |
+ 354,
|
|
Karsten Hopp |
61fb12 |
/**/
|
|
Karsten Hopp |
61fb12 |
|
|
Karsten Hopp |
61fb12 |
--
|
|
Karsten Hopp |
61fb12 |
[SIR LAUNCELOT runs back up the stairs, grabs a rope
|
|
Karsten Hopp |
61fb12 |
of the wall and swings out over the heads of the CROWD in a
|
|
Karsten Hopp |
61fb12 |
swashbuckling manner towards a large window. He stops just short
|
|
Karsten Hopp |
61fb12 |
of the window and is left swing pathetically back and forth.]
|
|
Karsten Hopp |
61fb12 |
LAUNCELOT: Excuse me ... could somebody give me a push ...
|
|
Karsten Hopp |
61fb12 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
61fb12 |
|
|
Karsten Hopp |
61fb12 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
61fb12 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
61fb12 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
61fb12 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|