mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -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:
parent
3819189ef4
commit
2079164128
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user