Home
last modified time | relevance | path

Searched refs:get_indent_buf (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dindent.pro16 int get_indent_buf(buf_T *buf, linenr_T lnum);
/vim-8.2.3635/src/
H A Dindent.c419 get_indent_buf(buf_T *buf, linenr_T lnum) in get_indent_buf() function
H A Dfold.c3254 flp->lvl = get_indent_buf(buf, lnum) / get_sw_value(buf); in foldlevelIndent()