mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
refactor: replace TRUE/FALSE macros with C99 true/false
This commit is contained in:
@@ -570,9 +570,8 @@ static linenr_T find_longest_lnum(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
///
|
||||
/// Do a horizontal scroll. Return TRUE if the cursor moved, FALSE otherwise.
|
||||
///
|
||||
/// Do a horizontal scroll.
|
||||
/// @return true if the cursor moved, false otherwise.
|
||||
bool mouse_scroll_horiz(int dir)
|
||||
{
|
||||
if (curwin->w_p_wrap) {
|
||||
|
Reference in New Issue
Block a user