mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.0448: some macros are in lower case
Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case.
This commit is contained in:
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
448,
|
||||
/**/
|
||||
447,
|
||||
/**/
|
||||
@@ -2091,7 +2093,7 @@ static void do_intro_line(int row, char_u *mesg, int add_version, int attr);
|
||||
void
|
||||
maybe_intro_message(void)
|
||||
{
|
||||
if (bufempty()
|
||||
if (BUFEMPTY()
|
||||
&& curbuf->b_fname == NULL
|
||||
#ifdef FEAT_WINDOWS
|
||||
&& firstwin->w_next == NULL
|
||||
|
Reference in New Issue
Block a user