mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.0.0451: some macros are in lower case
Problem: Some macros are in lower case. Solution: Make a few more macros upper case. Avoid lower case macros use an argument twice.
This commit is contained in:
@@ -2064,7 +2064,7 @@ foldtext_cleanup(char_u *str)
|
||||
}
|
||||
else
|
||||
{
|
||||
mb_ptr_adv(s);
|
||||
MB_PTR_ADV(s);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3249,7 +3249,7 @@ foldlevelMarker(fline_T *flp)
|
||||
--flp->lvl_next;
|
||||
}
|
||||
else
|
||||
mb_ptr_adv(s);
|
||||
MB_PTR_ADV(s);
|
||||
}
|
||||
|
||||
/* The level can't go negative, must be missing a start marker. */
|
||||
|
Reference in New Issue
Block a user