1
0
forked from aniani/vim

updated for version 7.0092

This commit is contained in:
Bram Moolenaar
2005-06-24 23:07:47 +00:00
parent 0a5fe2140d
commit 1ec484f58e
16 changed files with 174 additions and 18 deletions

View File

@@ -55,7 +55,6 @@ static int hisnum[HIST_COUNT] = {0, 0, 0, 0, 0};
static int hislen = 0; /* actual length of history tables */
static int hist_char2type __ARGS((int c));
static void init_history __ARGS((void));
static int in_history __ARGS((int, char_u *, int));
# ifdef FEAT_EVAL
@@ -4423,7 +4422,7 @@ static char *(history_names[]) =
* init_history() - Initialize the command line history.
* Also used to re-allocate the history when the size changes.
*/
static void
void
init_history()
{
int newlen; /* new length of history table */