Make saveoptions save changed autocompletions

This commit is contained in:
Pasi Kallinen
2024-04-25 10:13:08 +03:00
parent 91ecf2b167
commit 94dd316e80
4 changed files with 21 additions and 0 deletions

View File

@@ -9503,6 +9503,7 @@ all_options_strbuf(strbuf_t *sbuf)
all_options_menucolors(sbuf);
all_options_msgtypes(sbuf);
all_options_apes(sbuf);
all_options_autocomplete(sbuf);
#ifdef STATUS_HILITES
all_options_statushilites(sbuf);
#endif