annotate src/proto/viminfo.pro @ 18840:05b240971884 v8.1.2407

patch 8.1.2407: proto files, dependencies and build instructions outdated Commit: https://github.com/vim/vim/commit/d283e89138f8d12511a6ad35a80833d5a716fa9a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 18:50:29 2019 +0100 patch 8.1.2407: proto files, dependencies and build instructions outdated Problem: proto file, dependenciess and Build instructions outdated. Solution: Update proto files, dependencies and build instructions.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 19:00:03 +0100
parents 18d7337b6837
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17458
cfdef48743ed patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 /* viminfo.c */
17476
d4b2a212fa2f patch 8.1.1736: viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents: 17464
diff changeset
2 int get_viminfo_parameter(int type);
18840
05b240971884 patch 8.1.2407: proto files, dependencies and build instructions outdated
Bram Moolenaar <Bram@vim.org>
parents: 18463
diff changeset
3 int buf_compare(const void *s1, const void *s2);
17476
d4b2a212fa2f patch 8.1.1736: viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents: 17464
diff changeset
4 void check_marks_read(void);
17458
cfdef48743ed patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 int read_viminfo(char_u *file, int flags);
cfdef48743ed patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 void write_viminfo(char_u *file, int forceit);
cfdef48743ed patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 void ex_viminfo(exarg_T *eap);
cfdef48743ed patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8 /* vim: set ft=c : */