diff options
Diffstat (limited to 'src/nvim/fold_defs.h')
-rw-r--r-- | src/nvim/fold_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fold_defs.h b/src/nvim/fold_defs.h index 68ecd9cc7e..453819d6f1 100644 --- a/src/nvim/fold_defs.h +++ b/src/nvim/fold_defs.h @@ -4,7 +4,7 @@ /// Info used to pass info about a fold from the fold-detection code to the /// code that displays the foldcolumn. -typedef struct foldinfo { +typedef struct { linenr_T fi_lnum; ///< line number where fold starts int fi_level; ///< level of the fold; when this is zero the ///< other fields are invalid |