Searched refs:do_join (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ops.pro | 15 int do_join(long count, int insert_space, int save_undo, int use_formatoptions, int setmark);
|
| /vim-8.2.3635/src/ |
| H A D | textformat.c | 1158 if (do_join(2, TRUE, FALSE, FALSE, FALSE) == FAIL) in format_lines()
|
| H A D | ops.c | 945 (void)do_join(2, FALSE, FALSE, FALSE, FALSE); in op_delete() 1927 do_join( in do_join() function 3931 (void)do_join(oap->line_count, oap->op_type == OP_JOIN, in do_pending_operator()
|
| H A D | edit.c | 3910 || do_join(2, FALSE, TRUE, FALSE, FALSE) == FAIL) in ins_del() 4090 (void)do_join(2, FALSE, FALSE, FALSE, FALSE); in ins_bs()
|
| H A D | ex_cmds.c | 3836 (void)do_join(joined_lines_count, FALSE, TRUE, FALSE, TRUE); in ex_substitute()
|
| H A D | normal.c | 7407 (void)do_join(cap->count0, cap->nchar == NUL, TRUE, TRUE, TRUE); in nv_join()
|
| H A D | ex_docmd.c | 7872 (void)do_join(eap->line2 - eap->line1 + 1, !eap->forceit, TRUE, TRUE, TRUE); in ex_join()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xs.vim | 909 syn keyword xsFunction do_close do_gv_dump do_gvgv_dump do_hv_dump do_join
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 2062 Solution: Add the setmark argument to do_join(). (Christian Brabandt)
|