--- a/QScintilla/Editor.py Fri Sep 14 18:56:37 2018 +0200 +++ b/QScintilla/Editor.py Sat Sep 15 16:05:36 2018 +0200 @@ -4755,8 +4755,10 @@ self.__acCompletionsFinished += 1 # Got all results from auto completer? - if self.__acCompletionsFinished >= len( - self.__completionListAsyncHookFunctions): + if self.__acCompletionsFinished >= ( + len(self.__completionListAsyncHookFunctions) + + len(self.__completionListHookFunctions) + ): self.__acWatchdog.stop() # Autocomplete with QScintilla if no results present