refactor(screen): let win_line() always handle fillers after last line

This commit is contained in:
Björn Linse
2021-09-05 09:43:31 +02:00
parent dce50312e1
commit 274248c354
2 changed files with 13 additions and 15 deletions

View File

@@ -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"