We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a9cb0 commit ac74aaaCopy full SHA for ac74aaa
gsev.py
@@ -66,7 +66,8 @@ def do_sync_active_view(view):
66
if fn.lower().endswith('.go'):
67
gs.set_attr('last_active_go_fn', fn)
68
69
- if gs.is_pkg_view(view):
+ win = view.window()
70
+ if win is not None and view in win.views():
71
m = {}
72
psettings = view.settings().get('GoSublime')
73
if psettings and gs.is_a(psettings, {}):
0 commit comments