diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-04-07 21:22:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 21:22:48 +0200 |
commit | 411ace0a15483d44b4bd0016f586108630cd5142 (patch) | |
tree | dd150356aa1018a911d1f5b1ef990b7784297a5d | |
parent | 3f69e718044ac87eeb5144be6113c2be33261cd0 (diff) | |
parent | 3297fafcd9be1fc3f48557a12023a1ef20884985 (diff) | |
download | irssi-411ace0a15483d44b4bd0016f586108630cd5142.zip |
Merge pull request #688 from josephbisch/fix-687
Add syntax info for completion
-rw-r--r-- | src/fe-common/core/completion.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/completion.c b/src/fe-common/core/completion.c index 914ba80b..a97adc21 100644 --- a/src/fe-common/core/completion.c +++ b/src/fe-common/core/completion.c @@ -784,6 +784,7 @@ static void sig_complete_command(GList **list, WINDOW_REC *window, if (*list != NULL) signal_stop(); } +/* SYNTAX: COMPLETION [-auto] [-delete] <key> <value> */ static void cmd_completion(const char *data) { GHashTable *optlist; |