diff options
Diffstat (limited to '')
-rw-r--r-- | src/proto/bufwrite.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto/bufwrite.pro b/src/proto/bufwrite.pro new file mode 100644 index 0000000..72c08da --- /dev/null +++ b/src/proto/bufwrite.pro @@ -0,0 +1,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); +/* vim: set ft=c : */ |