view src/proto/viminfo.pro @ 35069:abc67b413453 default tip

Added tag v9.1.0378 for changeset 60a7fae995600da671d5aaed70644cbea45b3043
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Apr 2024 10:00:08 +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 : */