We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f568e93 + f3ef45e commit e79d42fCopy full SHA for e79d42f
ace_jump.py
@@ -69,12 +69,6 @@ def get_views_sel(views):
69
selections.append(view.sel())
70
return selections
71
72
-def clear_views_sel(views):
73
- """Clears the selection in all given views"""
74
-
75
- for view in views:
76
- view.sel().clear()
77
78
class AceJumpCommand(sublime_plugin.WindowCommand):
79
"""Base command class for AceJump plugin"""
80
@@ -177,8 +171,6 @@ def add_labels(self, regex):
177
171
178
172
self.views.remove(view)
179
173
180
- clear_views_sel(self.all_views)
181
182
174
set_views_syntax(self.all_views, list(itertools.repeat(
183
175
"Packages/AceJump/AceJump.tmLanguage",
184
176
len(self.all_views)
0 commit comments