Fix #3361 (/correct [tab][tab] breaks the line)

This commit is contained in:
mathieui 2017-12-27 20:28:29 +01:00
parent 03a2e21ed7
commit fbb0f8d8a6
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -716,6 +716,7 @@ class ChatTab(Tab):
the_input.auto_completion, [self.last_sent_message['body']],
'',
quotify=False)
return True
@property
def inactive(self):