From fbb0f8d8a663cbf01797ae8d5a87cb4c09ee6525 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 27 Dec 2017 20:28:29 +0100 Subject: Fix #3361 (/correct [tab][tab] breaks the line) --- poezio/tabs/basetabs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/tabs') diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py index 5680d1e1..a155cbd0 100644 --- a/poezio/tabs/basetabs.py +++ b/poezio/tabs/basetabs.py @@ -716,6 +716,7 @@ class ChatTab(Tab): the_input.auto_completion, [self.last_sent_message['body']], '', quotify=False) + return True @property def inactive(self): -- cgit v1.2.3