|
1 | 1 | /* cmdexpand.c */ |
2 | 2 | int cmdline_fuzzy_complete(char_u *fuzzystr); |
3 | 3 | int nextwild(expand_T *xp, int type, int options, int escape); |
4 | | -char_u *ExpandOne(expand_T *xp, char_u *str, char_u *orig, int options, int mode); |
5 | | -void ExpandInit(expand_T *xp); |
6 | | -void ExpandCleanup(expand_T *xp); |
7 | 4 | void cmdline_pum_display(void); |
8 | 5 | int cmdline_pum_active(void); |
9 | 6 | void cmdline_pum_remove(void); |
10 | 7 | void cmdline_pum_cleanup(cmdline_info_T *cclp); |
11 | 8 | int cmdline_compl_startcol(void); |
| 9 | +char_u *ExpandOne(expand_T *xp, char_u *str, char_u *orig, int options, int mode); |
| 10 | +void ExpandInit(expand_T *xp); |
| 11 | +void ExpandCleanup(expand_T *xp); |
12 | 12 | int showmatches(expand_T *xp, int wildmenu); |
13 | 13 | char_u *sm_gettail(char_u *s); |
14 | 14 | char_u *addstar(char_u *fname, int len, int context); |
15 | | -void set_cmd_context(expand_T *xp, char_u *str, int len, int col, int use_ccline); |
16 | 15 | void set_expand_context(expand_T *xp); |
| 16 | +void set_cmd_context(expand_T *xp, char_u *str, int len, int col, int use_ccline); |
17 | 17 | int expand_cmdline(expand_T *xp, char_u *str, int col, int *matchcount, char_u ***matches); |
18 | 18 | void globpath(char_u *path, char_u *file, garray_T *ga, int expand_options); |
19 | 19 | int wildmenu_translate_key(cmdline_info_T *cclp, int key, expand_T *xp, int did_wild_list); |
|
0 commit comments