Merge pull request #15336 from bfredl/plines

refactor(plines): move "plines" (size of printed lines) family of function to own file
This commit is contained in:
Björn Linse
2021-08-11 17:38:36 +02:00
committed by GitHub
22 changed files with 603 additions and 560 deletions

View File

@@ -1298,7 +1298,7 @@ struct window_S {
/*
* w_cline_height is the number of physical lines taken by the buffer line
* that the cursor is on. We use this to avoid extra calls to plines().
* that the cursor is on. We use this to avoid extra calls to plines_win().
*/
int w_cline_height; // current size of cursor line
bool w_cline_folded; // cursor line is folded