Skip to content

Commit

Permalink
Fix #11 open starts working like switch (regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Jan 18, 2020
1 parent 35e8a1b commit e4efb27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [2.0.3] - 2020-01-18

* Added [#11](https://github.com/gerardroche/sublime-open-sesame/issues/11): Open starts working like switch

## [2.0.2] - 2020-01-13

* Fixed: ST4 fixes
Expand Down Expand Up @@ -236,6 +240,7 @@ Old settings `open-sesame.*` have been renamed `sesame.*`, these will be auto mi

* Initial import

[2.0.3]: https://github.com/gerardroche/sublime-open-sesame/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/gerardroche/sublime-open-sesame/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/gerardroche/sublime-open-sesame/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/gerardroche/sublime-open-sesame/compare/1.8.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def on_done(self, index):

class SesameOpenCommand(sublime_plugin.WindowCommand):

new_window = False
new_window = True

def run(self, **kwargs):
self.folders = _find_folders(self.window, **kwargs)
Expand Down

0 comments on commit e4efb27

Please sign in to comment.