comparison src/proto/buffer.pro @ 358:e111db373ca4

updated for version 7.0093
author vimboss
date Sat, 25 Jun 2005 22:49:46 +0000
parents e1a8191c6768
children 51794dc170f7
comparison
equal deleted inserted replaced
357:25dd5036f2b0 358:e111db373ca4
37 void buf_setino __ARGS((buf_T *buf)); 37 void buf_setino __ARGS((buf_T *buf));
38 void fileinfo __ARGS((int fullname, int shorthelp, int dont_truncate)); 38 void fileinfo __ARGS((int fullname, int shorthelp, int dont_truncate));
39 void col_print __ARGS((char_u *buf, int col, int vcol)); 39 void col_print __ARGS((char_u *buf, int col, int vcol));
40 void maketitle __ARGS((void)); 40 void maketitle __ARGS((void));
41 void resettitle __ARGS((void)); 41 void resettitle __ARGS((void));
42 void free_titles __ARGS((void));
42 int build_stl_str_hl __ARGS((win_T *wp, char_u *out, size_t outlen, char_u *fmt, int fillchar, int maxwidth, struct stl_hlrec *hl)); 43 int build_stl_str_hl __ARGS((win_T *wp, char_u *out, size_t outlen, char_u *fmt, int fillchar, int maxwidth, struct stl_hlrec *hl));
43 void get_rel_pos __ARGS((win_T *wp, char_u *str)); 44 void get_rel_pos __ARGS((win_T *wp, char_u *str));
44 int append_arg_number __ARGS((win_T *wp, char_u *buf, int add_file, int maxlen)); 45 int append_arg_number __ARGS((win_T *wp, char_u *buf, int add_file, int maxlen));
45 char_u *fix_fname __ARGS((char_u *fname)); 46 char_u *fix_fname __ARGS((char_u *fname));
46 void fname_expand __ARGS((buf_T *buf, char_u **ffname, char_u **sfname)); 47 void fname_expand __ARGS((buf_T *buf, char_u **ffname, char_u **sfname));