Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c454 fmt_check_par( in fmt_check_par() function
593 if (fmt_check_par(lnum - 1, &leader_len, &leader_flags, do_comments)) in paragraph_start()
596 if (fmt_check_par(lnum, &next_leader_len, &next_leader_flags, do_comments)) in paragraph_start()
971 is_not_par = fmt_check_par(curwin->w_cursor.lnum - 1 in format_lines()
975 next_is_not_par = fmt_check_par(curwin->w_cursor.lnum in format_lines()
1003 next_is_not_par = fmt_check_par(curwin->w_cursor.lnum + 1 in format_lines()