Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Apr 15, 2019
1 parent 710f6d4 commit 58d6b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def is_applicable(cls, settings):

def on_hover(self, point, hover_zone):
if hover_zone == sublime.HOVER_TEXT:
dialect = get_dialect(active_view.settings())
dialect = get_dialect(self.view.settings())
if not dialect:
return
delim, policy = dialect
Expand Down

0 comments on commit 58d6b2f

Please sign in to comment.