From 0017fc52cb94024b3ddf42024c9ef471d0ba93cb Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Sun, 26 Jun 2005 22:28:42 +0000
Subject: [PATCH] updated for version 7.0094

---
 src/proto/message.pro | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/proto/message.pro b/src/proto/message.pro
index d76182d91f..db09d855cc 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));
-- 
GitLab