diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-09-21 14:50:24 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2020-09-24 19:31:58 +0200 |
commit | a958039f0ad7cd4f6a139fde18795c88c623a30e (patch) | |
tree | ad295c6bd9680e69132bba6f3575aa1ee8a702cf /src/nvim/fold.h | |
parent | f8134f2fd1e2effe79d011b1ff12ebb8719c3ffe (diff) | |
download | rneovim-a958039f0ad7cd4f6a139fde18795c88c623a30e.tar.gz rneovim-a958039f0ad7cd4f6a139fde18795c88c623a30e.tar.bz2 rneovim-a958039f0ad7cd4f6a139fde18795c88c623a30e.zip |
screen: more work on fold_line replacement
Diffstat (limited to 'src/nvim/fold.h')
-rw-r--r-- | src/nvim/fold.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/fold.h b/src/nvim/fold.h index f35b328fb1..95c4b0c1dc 100644 --- a/src/nvim/fold.h +++ b/src/nvim/fold.h @@ -18,6 +18,7 @@ typedef struct foldinfo { other fields are invalid */ int fi_low_level; /* lowest fold level that starts in the same line */ + long fi_lines; } foldinfo_T; |