From 442e24087a35edfc5a10116361bd0a560368f043 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 14 Oct 2012 16:20:58 +0000 Subject: Add a space after a nick completion not at the start of the line. --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tabs.py b/src/tabs.py index b16f9448..de9aa4c8 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1176,7 +1176,7 @@ class MucTab(ChatTab): self.input.get_text()[:input_pos] == self.input.last_completion + after): add_after = after else: - add_after = '' + add_after = ' ' self.input.auto_completion(word_list, add_after, quotify=False) empty_after = self.input.get_text() == '' or (self.input.get_text().startswith('/') and not self.input.get_text().startswith('//')) self.send_composing_chat_state(empty_after) -- cgit v1.2.3