Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c486 ends_in_white(linenr_T lnum) in ends_in_white() function
599 if (has_format_option(FO_WHITE_PAR) && !ends_in_white(lnum - 1)) in paragraph_start()
979 is_end_par = !ends_in_white(curwin->w_cursor.lnum - 1); in format_lines()
1012 is_end_par = !ends_in_white(curwin->w_cursor.lnum); in format_lines()