summaryrefslogtreecommitdiff
path: root/uvim/src/proto/bufwrite.pro
blob: 9195122c0c5aba1e78b3c3e0576c4941f267be51 (plain)
1
2
3
4
/* bufwrite.c */
char *new_file_message(void);
int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering);
/* mnv: set ft=c : */