diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-29 08:28:26 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-11-29 08:28:26 +0000 |
commit | 59a0d276688714f5e4801e55e822191da1ac4a1c (patch) | |
tree | 6b2df2634f80c41de1ceb55ce04b6e818a9b014b /src/common/completion.h | |
parent | f1dbe04c20a53a3718084cacfc5c519f60e16ee1 (diff) | |
download | weechat-59a0d276688714f5e4801e55e822191da1ac4a1c.zip |
Added auto completion with channels and filenames
Diffstat (limited to 'src/common/completion.h')
-rw-r--r-- | src/common/completion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/completion.h b/src/common/completion.h index b6e4e735e..18f91f8af 100644 --- a/src/common/completion.h +++ b/src/common/completion.h @@ -27,6 +27,7 @@ #define COMPLETION_NICK 1 #define COMPLETION_COMMAND 2 #define COMPLETION_COMMAND_ARG 3 +#define COMPLETION_AUTO 4 typedef struct t_completion t_completion; |