Mercurial > vim
view src/proto/bufwrite.pro @ 19746:1da2fb80b512 v8.2.0429
patch 8.2.0429: no warning when test checks for option that never exists
Commit: https://github.com/vim/vim/commit/c5a8fdc42dbd304598b2d73db754c7b97665b182
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 22 20:13:39 2020 +0100
patch 8.2.0429: no warning when test checks for option that never exists
Problem: No warning when test checks for option that never exists.
Solution: In tests check that the option can exist.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 Mar 2020 20:15: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 : */