mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
lint
This commit is contained in:
@@ -1037,11 +1037,11 @@ struct window_S {
|
||||
*/
|
||||
int w_wrow, w_wcol; /* cursor position in window */
|
||||
|
||||
linenr_T w_botline; /* number of the line below the bottom of
|
||||
the window */
|
||||
int w_empty_rows; /* number of ~ rows in window */
|
||||
int w_filler_rows; /* number of filler rows at the end of the
|
||||
window */
|
||||
linenr_T w_botline; // number of the line below the bottom of
|
||||
// the window
|
||||
int w_empty_rows; // number of ~ rows in window
|
||||
int w_filler_rows; // number of filler rows at the end of the
|
||||
// window
|
||||
|
||||
/*
|
||||
* Info about the lines currently in the window is remembered to avoid
|
||||
|
Reference in New Issue
Block a user