Skip to content

Commit

Permalink
oops. fix the parameter name.
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Jun 30, 2016
1 parent c3c2e5e commit cf8fc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyClangComplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def on_query_completions(view, prefix, locations):

if completer.async_completions_ready:
completer.async_completions_ready = False
if settings.HIDE_DEFAULT_COMPLETIONS:
if settings.hide_default_completions:
return (completer.completions, sublime.INHIBIT_WORD_COMPLETIONS |
sublime.INHIBIT_EXPLICIT_COMPLETIONS)
else:
Expand Down

0 comments on commit cf8fc43

Please sign in to comment.