Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c1507 if (flags & OPENLINE_DO_COM) in open_line()
1521 if (flags & OPENLINE_DO_COM) in open_line()
1642 if (flags & OPENLINE_DO_COM) in open_line()
H A Dtextformat.c353 + (do_comments ? OPENLINE_DO_COM : 0) in internal_format()
H A Dvim.h1117 #define OPENLINE_DO_COM 2 // format comments macro
H A Dedit.c5145 has_format_option(FO_RET_COMS) ? OPENLINE_DO_COM : 0, old_indent); in ins_eol()
H A Dnormal.c6481 has_format_option(FO_OPEN_COMS) ? OPENLINE_DO_COM : 0, in n_opencmd()