Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmisc1.h9 #define OPENLINE_DO_COM 2 // format comments macro
H A Dchange.c1068 if (flags & OPENLINE_DO_COM) { in open_line()
1082 if (flags & OPENLINE_DO_COM) { in open_line()
1196 if (flags & OPENLINE_DO_COM) { in open_line()
H A Dedit.c6224 + (do_comments ? OPENLINE_DO_COM : 0) in internal_format()
9095 has_format_option(FO_RET_COMS) ? OPENLINE_DO_COM : 0, in ins_eol()
H A Dnormal.c7411 ? OPENLINE_DO_COM : 0, in n_opencmd()
/dports/editors/vim/vim-8.2.3745/src/
H A Dchange.c1503 if (flags & OPENLINE_DO_COM) in open_line()
1517 if (flags & OPENLINE_DO_COM) in open_line()
1638 if (flags & OPENLINE_DO_COM) in open_line()
H A Dtextformat.c353 + (do_comments ? OPENLINE_DO_COM : 0) in internal_format()
H A Dvim.h1118 #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.c6508 has_format_option(FO_OPEN_COMS) ? OPENLINE_DO_COM : 0, in n_opencmd()