Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtextformat.pro9 int fex_format(linenr_T lnum, long count, int c);
/vim-8.2.3635/src/
H A Dtextformat.c882 if (fex_format(oap->start.lnum, oap->line_count, NUL) != 0) in op_formatexpr()
889 fex_format( in fex_format() function
H A Dedit.c2101 do_internal = (fex_format(curwin->w_cursor.lnum, 1L, c) != 0); in insertchar()