diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/chat-completion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-common/core/chat-completion.c b/src/fe-common/core/chat-completion.c index 783f10a7..28a9017f 100644 --- a/src/fe-common/core/chat-completion.c +++ b/src/fe-common/core/chat-completion.c @@ -602,7 +602,6 @@ static void sig_complete_word(GList **list, WINDOW_REC *window, /* nick completion .. we could also be completing a nick after /MSG from nicks in channel */ complete_window_nicks(list, window, word, linestart); - if (list != NULL) *want_space = FALSE; } if (*list != NULL) signal_stop(); |