comparison src/proto/ex_docmd.pro @ 41:f529edb9bab3 v7.0025

updated for version 7.0025
author vimboss
date Mon, 27 Dec 2004 21:59:20 +0000
parents 125e80798a85
children a2081e6febb8
comparison
equal deleted inserted replaced
40:f1d2a58883b9 41:f529edb9bab3
23 void handle_drop __ARGS((int filec, char_u **filev, int split)); 23 void handle_drop __ARGS((int filec, char_u **filev, int split));
24 void alist_clear __ARGS((alist_T *al)); 24 void alist_clear __ARGS((alist_T *al));
25 void alist_init __ARGS((alist_T *al)); 25 void alist_init __ARGS((alist_T *al));
26 void alist_unlink __ARGS((alist_T *al)); 26 void alist_unlink __ARGS((alist_T *al));
27 void alist_new __ARGS((void)); 27 void alist_new __ARGS((void));
28 void alist_expand __ARGS((void)); 28 void alist_expand __ARGS((int *fnum_list, int fnum_len));
29 void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf)); 29 void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf, int *fnum_list, int fnum_len));
30 void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum)); 30 void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum));
31 void alist_slash_adjust __ARGS((void)); 31 void alist_slash_adjust __ARGS((void));
32 void ex_splitview __ARGS((exarg_T *eap)); 32 void ex_splitview __ARGS((exarg_T *eap));
33 void do_exedit __ARGS((exarg_T *eap, win_T *old_curwin)); 33 void do_exedit __ARGS((exarg_T *eap, win_T *old_curwin));
34 void do_sleep __ARGS((long msec)); 34 void do_sleep __ARGS((long msec));