view src/proto/bufwrite.pro @ 19335:fcd98c9a13e4

Added tag v8.2.0225 for changeset 61646c1896226aa1169c62f62ebb11355af4ca13
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Feb 2020 21:30:04 +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 : */