about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-16 21:51:16 +0100
committerJames Booth <boothj5@gmail.com>2014-09-16 21:51:16 +0100
commitef8b8e637d36058c948aeac6837ccb555b993f31 (patch)
tree7308731b14c47fa3eb164989b76f8cd6136b50a4 /src/command
parent0d9a145d453f9d6b4653d75e9ab7c3179f32c695 (diff)
downloadprofani-tty-ef8b8e637d36058c948aeac6837ccb555b993f31.tar.gz
Added form field help
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;
+            }
         }
     }