Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c628 int wasatend; in auto_format() local
645 wasatend = (pos.col == (colnr_T)STRLEN(old)); in auto_format()
646 if (*old != NUL && !trailblank && wasatend) in auto_format()
698 if (!wasatend && has_format_option(FO_WHITE_PAR)) in auto_format()