view src/proto/bufwrite.pro @ 20821:08f9e9d3726b

Added tag v8.2.0962 for changeset 3e606a19fa13f2450de05f9d88370a128b209e34
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jun 2020 20:15:04 +0200
parents 05b240971884
children db18625d8134
line wrap: on
line source

/* bufwrite.c */
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 : */