mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -603,7 +603,7 @@ int main(int argc, char **argv)
|
||||
// scrollbind, sync the scrollbind now.
|
||||
if (curwin->w_p_diff && curwin->w_p_scb) {
|
||||
update_topline(curwin);
|
||||
check_scrollbind((linenr_T)0, 0);
|
||||
check_scrollbind(0, 0);
|
||||
TIME_MSG("diff scrollbinding");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user