Пример #1
0
 def on_post_insert_completion(self, view, command_name):
     if FuzzyFilePath.completion_active():
         verbose(ID, "-> post insert completion")
         FuzzyFilePath.on_post_insert_completion(view, self.post_remove)
         FuzzyFilePath.completion_stop()