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:
@@ -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 *, ...)
|
||||
|
Reference in New Issue
Block a user