mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue