mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Initialise form field tag autocomplete
This commit is contained in:
parent
128a4a811f
commit
d8400a5fd7
@ -80,6 +80,7 @@ _form_new(void)
|
||||
form->fields = NULL;
|
||||
form->var_to_tag = NULL;
|
||||
form->tag_to_var = NULL;
|
||||
form->tag_ac = NULL;
|
||||
|
||||
return form;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user