mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -1603,7 +1603,7 @@ spell_move_to(
|
||||
* though...
|
||||
*/
|
||||
lnum = wp->w_cursor.lnum;
|
||||
clearpos(&found_pos);
|
||||
CLEAR_POS(&found_pos);
|
||||
|
||||
while (!got_int)
|
||||
{
|
||||
@@ -8545,7 +8545,7 @@ ex_spelldump(exarg_T *eap)
|
||||
set_option_value((char_u*)"spl", dummy, spl, OPT_LOCAL);
|
||||
vim_free(spl);
|
||||
|
||||
if (!bufempty())
|
||||
if (!BUFEMPTY())
|
||||
return;
|
||||
|
||||
spell_dump_compl(NULL, 0, NULL, eap->forceit ? DUMPFLAG_COUNT : 0);
|
||||
|
Reference in New Issue
Block a user