Searched refs:append_arg_number (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 50 static int append_arg_number(win_T *wp, char_u *buf, int buflen, int add_file); 3741 (void)append_arg_number(curwin, (char_u *)buffer, IOSIZE, in fileinfo() 3928 append_arg_number(curwin, buf, SPACE_FOR_ARGNR, FALSE); in maketitle() 4649 if (append_arg_number(wp, buf_tmp, (int)sizeof(buf_tmp), FALSE)) in build_stl_str_hl() 5095 append_arg_number( in append_arg_number() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 6217 Solution: Pass a window pointer to append_arg_number(), and pass the window
|