commit | defa067c54874dd987121dd7252c62755e0aebfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 19:25:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 19:25:37 2019 +0200 |
tree | 4734b054e299ab86a5141b29a5305f7782edd81a | |
parent | ed997adaa1e9bd057ce732a73d933b739e9d0c30 [diff] [blame] |
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)
diff --git a/src/proto.h b/src/proto.h index e854546..cc1c8fb 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -107,6 +107,9 @@ # ifdef FEAT_ARABIC # include "arabic.pro" # endif +# ifdef FEAT_VIMINFO +# include "viminfo.pro" +# endif /* These prototypes cannot be produced automatically. */ int smsg(const char *, ...)