Skip to content
Snippets Groups Projects
Commit 0017fc52 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0094

parent 4eec5ec8
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ int msg_attr __ARGS((char_u *s, int attr)); ...@@ -5,6 +5,7 @@ int msg_attr __ARGS((char_u *s, int attr));
int msg_attr_keep __ARGS((char_u *s, int attr, int keep)); int msg_attr_keep __ARGS((char_u *s, int attr, int keep));
char_u *msg_strtrunc __ARGS((char_u *s)); char_u *msg_strtrunc __ARGS((char_u *s));
void trunc_string __ARGS((char_u *s, char_u *buf, int room)); void trunc_string __ARGS((char_u *s, char_u *buf, int room));
void reset_last_sourcing __ARGS((void));
void msg_source __ARGS((int attr)); void msg_source __ARGS((int attr));
int emsg __ARGS((char_u *s)); int emsg __ARGS((char_u *s));
int emsg2 __ARGS((char_u *s, char_u *a1)); int emsg2 __ARGS((char_u *s, char_u *a1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment