win_T.w_cline_folded from int to bool

This commit is contained in:
Nicolas Cornu
2015-09-07 15:03:47 +02:00
parent f39ac69824
commit 41778e2e10
4 changed files with 12 additions and 12 deletions

View File

@@ -1007,7 +1007,7 @@ struct window_S {
* that the cursor is on. We use this to avoid extra calls to plines().
*/
int w_cline_height; /* current size of cursor line */
int w_cline_folded; /* cursor line is folded */
bool w_cline_folded; /* cursor line is folded */
int w_cline_row; /* starting row of the cursor line */