Home
last modified time | relevance | path

Searched refs:keep_cursor (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dtextformat.c805 int keep_cursor) // keep cursor on same text char in op_format() argument
828 if (keep_cursor) in op_format()
831 format_lines(oap->line_count, keep_cursor); in op_format()
846 if (keep_cursor) in op_format()
/vim-8.2.3635/src/proto/
H A Dtextformat.pro7 void op_format(oparg_T *oap, int keep_cursor);