Skip to content

Commit

Permalink
temp remove package_control remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacodota committed Dec 31, 2020
1 parent bd647d1 commit 806797f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions completions/completions_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ def run(self, edit):
open_config()


def plugin_unloaded():
from package_control import events
# def plugin_unloaded():
# from package_control import events

if events.remove("TabNine"):
uninstalling()
# if events.remove("TabNine"):
# uninstalling()
10 changes: 5 additions & 5 deletions completions/completions_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,9 @@ def _init_rules():
copyfile(src, dest)


def plugin_unloaded():
from package_control import events
# def plugin_unloaded():
# from package_control import events

if events.remove("TabNine"):
_revert_config()
uninstalling()
# if events.remove("TabNine"):
# _revert_config()
# uninstalling()

0 comments on commit 806797f

Please sign in to comment.