Mercurial > vim
view src/proto/bufwrite.pro @ 32877:4178fc423a69
Added tag v9.0.1747 for changeset 522f16e3e0586ddb105182a2c8975b4e9f92c481
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 19 Aug 2023 14:30:03 +0200 |
parents | db18625d8134 |
children |
line wrap: on
line source
/* 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); /* vim: set ft=c : */