summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-15 16:31:47 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-15 16:31:47 +0200
commitff1806f8da8830ca2a528f2eaa39b3e85489da6d (patch)
treea78d3e494761a3246b5b50ac5830628207c8374e /src/proto
parent141f6bb34124872d8676066e021bf899d4023c23 (diff)
downloadvim-ff1806f8da8830ca2a528f2eaa39b3e85489da6d.zip
updated for version 7.3.1197
Problem: ":wviminfo!" does not write history previously read from a viminfo file. (Roland Eggner) Solution: When not merging history write all entries.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/ex_getln.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro
index 9c2b5f6ea..a8f960b10 100644
--- a/src/proto/ex_getln.pro
+++ b/src/proto/ex_getln.pro
@@ -51,7 +51,7 @@ void ex_history __ARGS((exarg_T *eap));
void prepare_viminfo_history __ARGS((int asklen, int writing));
int read_viminfo_history __ARGS((vir_T *virp, int writing));
void finish_viminfo_history __ARGS((void));
-void write_viminfo_history __ARGS((FILE *fp));
+void write_viminfo_history __ARGS((FILE *fp, int merge));
void cmd_pchar __ARGS((int c, int offset));
int cmd_gchar __ARGS((int offset));
char_u *script_get __ARGS((exarg_T *eap, char_u *cmd));