comparison src/proto/fileio.pro @ 661:e93a99ef31d0

updated for version 7.0195
author vimboss
date Thu, 09 Feb 2006 23:53:20 +0000
parents f3694b073509
children d8f905020502
comparison
equal deleted inserted replaced
660:13296f8d1d3d 661:e93a99ef31d0
31 void do_autocmd __ARGS((char_u *arg, int forceit)); 31 void do_autocmd __ARGS((char_u *arg, int forceit));
32 int do_doautocmd __ARGS((char_u *arg, int do_msg)); 32 int do_doautocmd __ARGS((char_u *arg, int do_msg));
33 void ex_doautoall __ARGS((exarg_T *eap)); 33 void ex_doautoall __ARGS((exarg_T *eap));
34 void aucmd_prepbuf __ARGS((aco_save_T *aco, buf_T *buf)); 34 void aucmd_prepbuf __ARGS((aco_save_T *aco, buf_T *buf));
35 void aucmd_restbuf __ARGS((aco_save_T *aco)); 35 void aucmd_restbuf __ARGS((aco_save_T *aco));
36 int apply_autocmds __ARGS((EVENT_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf)); 36 int apply_autocmds __ARGS((event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf));
37 int apply_autocmds_retval __ARGS((EVENT_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, int *retval)); 37 int apply_autocmds_retval __ARGS((event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, int *retval));
38 int has_cursorhold __ARGS((void)); 38 int has_cursorhold __ARGS((void));
39 int trigger_cursorhold __ARGS((void)); 39 int trigger_cursorhold __ARGS((void));
40 int has_autocmd __ARGS((EVENT_T event, char_u *sfname, buf_T *buf)); 40 int has_cursormoved __ARGS((void));
41 int has_cursormovedI __ARGS((void));
42 int has_autocmd __ARGS((event_T event, char_u *sfname, buf_T *buf));
41 char_u *get_augroup_name __ARGS((expand_T *xp, int idx)); 43 char_u *get_augroup_name __ARGS((expand_T *xp, int idx));
42 char_u *set_context_in_autocmd __ARGS((expand_T *xp, char_u *arg, int doautocmd)); 44 char_u *set_context_in_autocmd __ARGS((expand_T *xp, char_u *arg, int doautocmd));
43 char_u *get_event_name __ARGS((expand_T *xp, int idx)); 45 char_u *get_event_name __ARGS((expand_T *xp, int idx));
44 int autocmd_supported __ARGS((char_u *name)); 46 int autocmd_supported __ARGS((char_u *name));
45 int au_exists __ARGS((char_u *arg)); 47 int au_exists __ARGS((char_u *arg));