Skip to content

Commit

Permalink
Hide auto complete (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Mar 4, 2012
1 parent 6a6aea4 commit 88679dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tag_close_tag_on_slash.py
Expand Up @@ -40,6 +40,7 @@ def run(self, edit):
# running the command "insert" with parameter ">" to allow
# to the application indent these tags correctly
if closed_some_tag:
view.run_command('hide_auto_complete')
for sel in new_selections_insert:
view.sel().add(sel)
view.run_command('insert', {"characters": ">"})
Expand Down

0 comments on commit 88679dc

Please sign in to comment.