Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtextformat.c26 has_format_option(int x) in has_format_option() function
51 int fo_ins_blank = has_format_option(FO_INS_BLANK); in internal_format()
54 int fo_white_par = has_format_option(FO_WHITE_PAR); in internal_format()
101 && has_format_option(FO_WRAP_COMS)) in internal_format()
118 && !has_format_option(FO_WRAP)) in internal_format()
171 if (has_format_option(FO_ONE_LETTER)) in internal_format()
592 do_comments = has_format_option(FO_Q_COMS); in paragraph_start()
631 if (!has_format_option(FO_AUTO)) in auto_format()
651 && has_format_option(FO_ONE_LETTER)) in auto_format()
664 if (has_format_option(FO_WRAP_COMS) && !has_format_option(FO_WRAP) in auto_format()
[all …]
H A Dedit.c2061 fo_ins_blank = has_format_option(FO_INS_BLANK); in insertchar()
2085 || ((!has_format_option(FO_INS_LONG) in insertchar()
2443 if (!ins_need_undo && has_format_option(FO_AUTO)) in stop_insert()
4078 if (has_format_option(FO_AUTO) in ins_bs()
4079 && has_format_option(FO_WHITE_PAR)) in ins_bs()
5145 has_format_option(FO_RET_COMS) ? OPENLINE_DO_COM : 0, old_indent); in ins_eol()
H A Dops.c1949 && has_format_option(FO_REMOVE_COMS); in do_join()
2015 && (!has_format_option(FO_MBYTE_JOIN) in do_join()
2017 && (!has_format_option(FO_MBYTE_JOIN2) in do_join()
3948 if (oap->motion_type == MLINE && has_format_option(FO_AUTO) in do_pending_operator()
H A Dindent.c831 if ((State & INSERT) || has_format_option(FO_Q_COMS)) in get_number_indent()
H A Dnormal.c6481 has_format_option(FO_OPEN_COMS) ? OPENLINE_DO_COM : 0, in n_opencmd()
/vim-8.2.3635/src/proto/
H A Dtextformat.pro2 int has_format_option(int x);