irssi-import / bugs.irssi.org

bugs.irssi.org archive
https://github.com/irssi/irssi/issues
0 stars 0 forks source link

/top tab-completion prevents later /topic tab-completions #819

Open irssibot opened 12 years ago

irssibot commented 12 years ago

I have confirmed this behavior in 0.8.15 and previous versions: In a channel window, type "/top" then clear the line (backspaces, down arrow, etc.) and type "/topic ". Nothing happens.

Expected behavior: The current topic of the channel is filled in on the input line upon typing the last .

Moreover, this inability to tab-complete topics persists until something else is tab-completed, so, for instance, while erasing and rewriting "/topic " over and over will never cause the current topic to be auto-filled, "/topa^w" performs exactly as expected.

Workarounds: don't tab-complete "topic". just use "/t" like everyone else. or, if you hate aliases, use "/top".