summaryrefslogtreecommitdiffstats
path: root/src/proto/bufwrite.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-12 22:31:00 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-12 22:31:00 +0200
commit722e505d1a55dfde5ab62241d10da91d2e10c3c1 (patch)
treeb8de9ede4accb9e1fdcafa7a380347c1043ae186 /src/proto/bufwrite.pro
parent5055c56cfbedc6326c607d40c7a1241682f7675e (diff)
patch 8.2.0966: 'shortmess' flag "n" not used in two placesv8.2.0966
Problem: 'shortmess' flag "n" not used in two places. Solution: Make use of the "n" flag consistent. (Nick Jensen, closes #6245, closes #6244)
Diffstat (limited to 'src/proto/bufwrite.pro')
-rw-r--r--src/proto/bufwrite.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/bufwrite.pro b/src/proto/bufwrite.pro
index 5d7b4a2a7a..72c08daf39 100644
--- a/src/proto/bufwrite.pro
+++ b/src/proto/bufwrite.pro
@@ -1,3 +1,4 @@
/* bufwrite.c */
+char *new_file_message(void);
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 : */