1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00

Actually, we do want to have the space after nick completion.. :) It's much

more often wanted than not, and I can't really think of any way to figure
out if we want space or not.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2093 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-19 20:06:57 +00:00 committed by cras
parent 3819189ef4
commit 2079164128

View File

@ -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();