Ai
5 Star 27 Fork 0

Gitee 极速下载/neovim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/neovim/neovim
克隆/下载
fold_defs.h 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
dundargoc 提交于 2023-12-31 08:54 +08:00 . refactor: remove redundant struct names
#pragma once
#include "nvim/pos_defs.h"
/// Info used to pass info about a fold from the fold-detection code to the
/// code that displays the foldcolumn.
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
int fi_low_level; ///< lowest fold level that starts in the same line
linenr_T fi_lines;
} foldinfo_T;
enum { FOLD_TEXT_LEN = 51, }; ///< buffer size for get_foldtext()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/neovim.git
git@gitee.com:mirrors/neovim.git
mirrors
neovim
neovim
master

搜索帮助