0
0
mirror of https://github.com/vim/vim.git synced 2025-10-12 06:44:06 -04:00

patch 8.1.1727: code for viminfo support is spread out

Problem:    Code for viminfo support is spread out.
Solution:   Move to code to viminfo.c. (Yegappan Lakshmanan, closes #4686)
This commit is contained in:
Bram Moolenaar
2019-07-21 19:25:37 +02:00
parent ed997adaa1
commit defa067c54
19 changed files with 1481 additions and 1452 deletions

View File

@@ -107,6 +107,9 @@ extern int _stricoll(char *a, char *b);
# ifdef FEAT_ARABIC
# include "arabic.pro"
# endif
# ifdef FEAT_VIMINFO
# include "viminfo.pro"
# endif
/* These prototypes cannot be produced automatically. */
int smsg(const char *, ...)