mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
This commit is contained in:

committed by
Justin M. Keyes

parent
ef34a0ab13
commit
a568e8b644
@@ -777,7 +777,7 @@ void wait_return(int redraw)
|
||||
} else {
|
||||
/* Make sure the hit-return prompt is on screen when 'guioptions' was
|
||||
* just changed. */
|
||||
screenalloc(FALSE);
|
||||
screenalloc(false);
|
||||
|
||||
State = HITRETURN;
|
||||
setmouse();
|
||||
@@ -2612,7 +2612,7 @@ int verbose_open(void)
|
||||
* Give a warning message (for searching).
|
||||
* Use 'w' highlighting and may repeat the message after redrawing
|
||||
*/
|
||||
void give_warning(char_u *message, int hl)
|
||||
void give_warning(char_u *message, bool hl)
|
||||
{
|
||||
/* Don't do this for ":silent". */
|
||||
if (msg_silent != 0)
|
||||
|
Reference in New Issue
Block a user