mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1654 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0f579f4b1e
commit
219d276b0a
@ -537,6 +537,9 @@ static void sig_complete_word(GList **list, WINDOW_REC *window,
|
||||
}
|
||||
|
||||
/* check only for /command completions from now on */
|
||||
if (*linestart == '\0')
|
||||
return;
|
||||
|
||||
cmdchars = strchr(cmdchars, *linestart);
|
||||
if (cmdchars == NULL) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user