mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
lint (#16526)
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
*/
|
||||
typedef struct foldinfo {
|
||||
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 */
|
||||
int fi_low_level; /* lowest fold level that starts in the same
|
||||
line */
|
||||
int fi_level; // level of the fold; when this is zero the
|
||||
// other fields are invalid
|
||||
int fi_low_level; // lowest fold level that starts in the same
|
||||
// line
|
||||
long fi_lines;
|
||||
} foldinfo_T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user