view src/proto/bufwrite.pro @ 23639:a93ecfa78aef

Added tag v8.2.2361 for changeset 062caef90f7f5236838fe4ff845f2440771dabbd
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 14:45:05 +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 : */