view src/proto/viminfo.pro @ 22517:6acf73cc1863

Added tag v8.2.1806 for changeset c174ec901f7e95d098321a535289f894455a2458
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Oct 2020 20:00:05 +0200
parents 05b240971884
children
line wrap: on
line source

/* viminfo.c */
int get_viminfo_parameter(int type);
int buf_compare(const void *s1, const void *s2);
void check_marks_read(void);
int read_viminfo(char_u *file, int flags);
void write_viminfo(char_u *file, int forceit);
void ex_viminfo(exarg_T *eap);
/* vim: set ft=c : */