Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtextformat.pro4 void auto_format(int trailblank, int prev_line);
/vim-8.2.3635/src/
H A Dtextformat.c621 int trailblank, // when TRUE also format with trailing blank in auto_format() argument
646 if (*old != NUL && !trailblank && wasatend) in auto_format()