0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-133

This commit is contained in:
Bram Moolenaar
2006-10-14 12:32:39 +00:00
parent c67764a705
commit df40adfcf4
5 changed files with 7 additions and 1 deletions

View File

@@ -53,7 +53,6 @@ struct msg_hist
static struct msg_hist *first_msg_hist = NULL;
static struct msg_hist *last_msg_hist = NULL;
static int msg_hist_len = 0;
static int msg_hist_off = FALSE; /* don't add messages to history */
/*
* When writing messages to the screen, there are many different situations.