view src/proto/bufwrite.pro @ 19438:c68854c20106

Added tag v8.2.0276 for changeset 5d34ae66118e2ed06dd7ca3d3c8d5d257d23397d
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Feb 2020 12:45:05 +0100
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 : */