mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.4.354
Problem: Compiler warning. Solution: Change NUL to NULL. (Ken Takata)
This commit is contained in:
@@ -3704,7 +3704,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
|
|||||||
if (diff_hlf != (hlf_T)0)
|
if (diff_hlf != (hlf_T)0)
|
||||||
char_attr = hl_attr(diff_hlf);
|
char_attr = hl_attr(diff_hlf);
|
||||||
#endif
|
#endif
|
||||||
p_extra = NUL;
|
p_extra = NULL;
|
||||||
c_extra = ' ';
|
c_extra = ' ';
|
||||||
n_extra = get_breakindent_win(wp,
|
n_extra = get_breakindent_win(wp,
|
||||||
ml_get_buf(wp->w_buffer, lnum, FALSE));
|
ml_get_buf(wp->w_buffer, lnum, FALSE));
|
||||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
354,
|
||||||
/**/
|
/**/
|
||||||
353,
|
353,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user