about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c
index a60cf9e5..6e233238 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -2115,6 +2115,10 @@ _form_autocomplete(char *input, int *size)
             if (result != NULL) {
                 return result;
             }
+            result = autocomplete_param_with_ac(input, size, "/form help", form->tag_ac, TRUE);
+            if (result != NULL) {
+                return result;
+            }
         }
     }