Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c937 int next_is_not_par; // next line not part of paragraph in format_lines() local
975 next_is_not_par = fmt_check_par(curwin->w_cursor.lnum in format_lines()
977 is_end_par = (is_not_par || next_is_not_par); in format_lines()
989 is_not_par = next_is_not_par; in format_lines()
997 next_is_not_par = TRUE; in format_lines()
1003 next_is_not_par = fmt_check_par(curwin->w_cursor.lnum + 1 in format_lines()
1010 is_end_par = (is_not_par || next_is_not_par || next_is_start_par); in format_lines()