Mercurial > vim
view src/proto/bufwrite.pro @ 20033:2e5e86ff7596 v8.2.0572
patch 8.2.0572: using two lines for free and reset
Commit: https://github.com/vim/vim/commit/df1956075d9ff7b5869fb548734bc2a7be2bce44
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Apr 13 18:13:33 2020 +0200
patch 8.2.0572: using two lines for free and reset
Problem: Using two lines for free and reset.
Solution: Use VIM_CLEAR() instead. (Yegappan Lakshmanan)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 13 Apr 2020 18: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 : */