diff -r 8ddfaad361c7 -r edad4b3132fd AssistantEric/Assistant.py --- a/AssistantEric/Assistant.py Sun May 31 18:03:23 2015 +0200 +++ b/AssistantEric/Assistant.py Sun May 31 18:08:08 2015 +0200 @@ -451,8 +451,8 @@ completions.extend( api.getCompletions( context=super, - followHierarchy= - self.__plugin.getPreferences( + followHierarchy=self.__plugin + .getPreferences( "AutoCompletionFollowHierarchy" ) ) @@ -461,8 +461,8 @@ completions.extend( api.getCompletions( start=word, context=super, - followHierarchy= - self.__plugin.getPreferences( + followHierarchy=self.__plugin + .getPreferences( "AutoCompletionFollowHierarchy" ) )