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:
@@ -210,7 +210,7 @@ update_topline(void)
|
||||
/*
|
||||
* If the buffer is empty, always set topline to 1.
|
||||
*/
|
||||
if (bufempty()) /* special case - file is empty */
|
||||
if (BUFEMPTY()) /* special case - file is empty */
|
||||
{
|
||||
if (curwin->w_topline != 1)
|
||||
redraw_later(NOT_VALID);
|
||||
|
Reference in New Issue
Block a user