summaryrefslogtreecommitdiff
path: root/src/proto/message.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-26 22:28:42 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-26 22:28:42 +0000
commit0017fc52cb94024b3ddf42024c9ef471d0ba93cb (patch)
treed69d5ea86f1029953b0849d742f60911bb072034 /src/proto/message.pro
parent4eec5ec8ce6dd353421eed6adb54348451ed3327 (diff)
downloadvim-git-0017fc52cb94024b3ddf42024c9ef471d0ba93cb.tar.gz
updated for version 7.0094
Diffstat (limited to 'src/proto/message.pro')
-rw-r--r--src/proto/message.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/message.pro b/src/proto/message.pro
index d76182d91..db09d855c 100644
--- a/src/proto/message.pro
+++ b/src/proto/message.pro
@@ -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));
char_u *msg_strtrunc __ARGS((char_u *s));
void trunc_string __ARGS((char_u *s, char_u *buf, int room));
+void reset_last_sourcing __ARGS((void));
void msg_source __ARGS((int attr));
int emsg __ARGS((char_u *s));
int emsg2 __ARGS((char_u *s, char_u *a1));