diff -r 2489ae0286ef -r 263a7d088c75 AssistantEric/Assistant.py --- a/AssistantEric/Assistant.py Sun Oct 02 18:18:43 2011 +0200 +++ b/AssistantEric/Assistant.py Sun Oct 02 18:41:38 2011 +0200 @@ -302,6 +302,7 @@ col = len(beg) wsep = editor.getLexer().autoCompletionWordSeparators() if wsep: + wsep.append(" ") if col > 0 and beg[col - 1] in wsep: col -= 1 else: