Searched refs:list_join (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | list.pro | 45 int list_join(garray_T *gap, list_T *l, char_u *sep, int echo_style, int restore_copyID, int copyID…
|
| /vim-8.2.3635/src/ |
| H A D | list.c | 1311 if (list_join(&ga, tv->vval.v_list, (char_u *)", ", in list2string() 1406 list_join( in list_join() function 1471 list_join(&ga, argvars[0].vval.v_list, sep, TRUE, FALSE, 0); in f_join()
|
| H A D | eval.c | 494 list_join(&ga, tv->vval.v_list, (char_u *)"\n", TRUE, FALSE, 0); in typval2string()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 9367 Solution: Call line_breakcheck() in list_join().
|