From cc448b373d580856f92ff7a9e04daf65444b5cd1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 14 Jul 2010 16:52:17 +0200 Subject: Support completion for ":find". (Nazri Ramliy) Cleanup white space. --- src/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/message.c') diff --git a/src/message.c b/src/message.c index c00846e0ff..7c94cbf8b2 100644 --- a/src/message.c +++ b/src/message.c @@ -808,7 +808,7 @@ delete_first_msg() p = first_msg_hist; first_msg_hist = p->next; if (first_msg_hist == NULL) - last_msg_hist = NULL; /* history is empty */ + last_msg_hist = NULL; /* history is empty */ vim_free(p->msg); vim_free(p); --msg_hist_len; -- cgit v1.2.3