view src/proto/bufwrite.pro @ 34642:252581b3224c

Added tag v9.1.0206 for changeset b41af4b613daae93e6c987c3ec696202129f13d3
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Mar 2024 18:15:07 +0100
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 : */