Re: 'Bug' with /completion
Jochen Eisinger <[email protected]> Sun, 04 Jan 2004 23:49:55 +0100
| Newsgroups | gmane.network.irc.irssi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
completion is done for words only. words are seperated by space (" ") or
by comma (",").
This means your key will never match a "word".
so far for the explanation, what is happening here. The question is now,
should words be only separated by spaces, or should we check for words
separated by spaces and commas and then again for words separated by
spaces only? and what about "." and ";" and other sentence marks?
regards
-- jochen (aka c0ffee)