Merge pull request #688 from josephbisch/fix-687

Add syntax info for completion
(cherry picked from commit 411ace0a15483d44b4bd0016f586108630cd5142)
This commit is contained in:
ailin-nemui 2017-04-07 21:22:48 +02:00 committed by Ailin Nemui
parent 35e56cdb75
commit 2520ea3381

View File

@ -784,6 +784,7 @@ static void sig_complete_command(GList **list, WINDOW_REC *window,
if (*list != NULL) signal_stop(); if (*list != NULL) signal_stop();
} }
/* SYNTAX: COMPLETION [-auto] [-delete] <key> <value> */
static void cmd_completion(const char *data) static void cmd_completion(const char *data)
{ {
GHashTable *optlist; GHashTable *optlist;