Skip to content

Commit ad9607a

Browse files
author
steveluc
committed
Fix bug in fix for ST2 completions.
1 parent b9a7c5d commit ad9607a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TypeScript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@ def handleCompletionInfo(self, completionsResp):
851851
self.pendingCompletions = completions
852852
else:
853853
self.pendingCompletions = []
854-
self.completionsReady = True
855854
if not cli.ST2():
855+
self.completionsReady = True
856856
active_view().run_command('hide_auto_complete')
857857
self.run_auto_complete()
858858
else:

0 commit comments

Comments
 (0)