diff --git a/Modific.py b/Modific.py index 0897992..674fc31 100644 --- a/Modific.py +++ b/Modific.py @@ -534,7 +534,6 @@ def run(self, edit): self.view.run_command('edit_view', dict(command='erase', region=[region.begin(), region.end()])) else: self.view.run_command('edit_view', dict(command='insert', begin=begin, output=content + os.linesep)) - self.view.run_command('save') class HlChangesBackground(sublime_plugin.EventListener):