Searched refs:insert_space (Results 1 – 4 of 4) 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);
|
| H A D | fileio.pro | 13 void msg_add_lines(int insert_space, long lnum, off_T nchars);
|
| /vim-8.2.3635/src/ |
| H A D | ops.c | 1929 int insert_space, in do_join() argument 2000 char_u *new_curr = skip_comment(curr, TRUE, insert_space, in do_join() 2006 curr = skip_comment(curr, FALSE, insert_space, in do_join() 2010 if (insert_space && t > 0) in do_join() 2040 if (insert_space && currsize > 0) in do_join() 2126 if (insert_space && t > 1) in do_join()
|
| H A D | fileio.c | 3089 int insert_space, in msg_add_lines() argument 3097 if (insert_space) in msg_add_lines()
|