diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-16 12:37:30 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-07-16 12:37:30 +0000 |
commit | 4c6c3675579aec4da67d337d3dce9c9300e8fc76 (patch) | |
tree | f91d3cd52258561633ec85e936b0eb49407e5c39 /src/common/completion.c | |
parent | 99ad719ab9b770bd4d94a67022f75edfba7d60ba (diff) | |
download | weechat-4c6c3675579aec4da67d337d3dce9c9300e8fc76.zip |
- added alt-j + alt-l key (switch to last buffer)
- added message for +q mode changing on a nick
Diffstat (limited to 'src/common/completion.c')
-rw-r--r-- | src/common/completion.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/completion.c b/src/common/completion.c index a27605f6f..fa45cfe45 100644 --- a/src/common/completion.c +++ b/src/common/completion.c @@ -322,6 +322,8 @@ completion_build_list (t_completion *completion, void *channel) pos[0] = ' '; } } + else + completion_stop (completion); return; } if ((strcasecmp (completion->base_command, "unalias") == 0) |