diff --git a/src/history.c b/src/history.c index dd25eab6..dda273c9 100644 --- a/src/history.c +++ b/src/history.c @@ -365,6 +365,9 @@ void load_history(void) free(line); } + /* After reading them in, set the status of the lists to "unchanged". */ + history_changed = FALSE; + free(searchhist); free(legacyhist); }