Skip to content

Commit

Permalink
fix issue Yggdroot#890
Browse files Browse the repository at this point in the history
  • Loading branch information
Yggdroot committed May 20, 2022
1 parent f1da1ca commit 6792bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/leaderf/python/leaderf/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,7 @@ def toggleHelp(self):
self.clearSelections()
self._resetHighlights()

@ignoreEvent('BufUnload')
def _accept(self, file, mode, *args, **kwargs):
if file:
if self._getExplorer().getStlCategory() != "Jumps":
Expand Down

0 comments on commit 6792bdd

Please sign in to comment.