From 229d64d355eff07a29ebb92ccbcdefac4127a168 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 6 Sep 2011 14:52:17 +0200 Subject: Fixed shell completion --- src/windows.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/windows.py b/src/windows.py index d619718c..8e21d0f8 100644 --- a/src/windows.py +++ b/src/windows.py @@ -982,10 +982,6 @@ class Input(Win): """ Shell-like completion """ - if " " in self.text.strip() or add_after is not None: - after = " " # don't put the "," if it's not the begining of the sentence - else: - after = config.get('after_completion', ',')+" " (y, x) = self._win.getyx() if self.text != '': begin = self.text.split()[-1].lower() -- cgit v1.2.3