1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6static void version_msg_wrap(char_u *s, int wrap);
7static void version_msg(char *s);
8static void list_features(void);
9static void do_intro_line(long row, char_u *mesg, int attr);
10#include "nvim/func_attr.h"
11