mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user