mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 03:08:27 +00:00
Remove redundant casts
This commit is contained in:
@@ -1261,7 +1261,7 @@ plines_win_nofill (
|
||||
|
||||
lines = plines_win_nofold(wp, lnum);
|
||||
if (winheight > 0 && lines > wp->w_height)
|
||||
return (int)wp->w_height;
|
||||
return wp->w_height;
|
||||
return lines;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user