Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmisc1.h12 #define OPENLINE_COM_LIST 16 // format comments with list/2nd line indent macro
H A Dchange.c1052 if (newindent == 0 && !(flags & OPENLINE_COM_LIST)) { in open_line()
1577 if (flags & OPENLINE_COM_LIST && second_line_indent > 0) { in open_line()
H A Dedit.c6225 + ((flags & INSCHAR_COM_LIST) ? OPENLINE_COM_LIST : 0), in internal_format()
/dports/editors/vim/vim-8.2.3745/src/
H A Dchange.c1486 if (newindent == 0 && !(flags & OPENLINE_COM_LIST)) in open_line()
2068 if (flags & OPENLINE_COM_LIST && second_line_indent > 0) in open_line()
H A Dtextformat.c354 + ((flags & INSCHAR_COM_LIST) ? OPENLINE_COM_LIST : 0) in internal_format()
H A Dvim.h1121 #define OPENLINE_COM_LIST 16 // format comments with list/2nd line indent macro