mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
refactor(screen): let win_line() always handle fillers after last line
This commit is contained in:
@@ -21,6 +21,8 @@ typedef struct foldinfo {
|
||||
long fi_lines;
|
||||
} foldinfo_T;
|
||||
|
||||
#define FOLDINFO_INIT { 0, 0, 0, 0 }
|
||||
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "fold.h.generated.h"
|
||||
|
Reference in New Issue
Block a user