Skip to content

Commit dce16b5

Browse files
committed
Fix edit to the left appearing to often
1 parent 4cdbd43 commit dce16b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/editto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def run(self, files=None):
3535
self.window.focus_group(0)
3636

3737
def is_enabled(self, files=None):
38-
return (files is None or len(files) >= 1) and self.window.active_group() != 1
38+
return (files is None or len(files) >= 1) and self.window.active_group() != 0

0 commit comments

Comments
 (0)