mirror of
https://github.com/vim/vim
synced 2025-03-19 00:05:13 +01:00
Problem: proto file, dependenciess and Build instructions outdated. Solution: Update proto files, dependencies and build instructions.
8 lines
274 B
C
8 lines
274 B
C
/* 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 : */
|