def run(self, edit, **args): if len(jump_stack) > 0: sublime.active_window().open_file(jump_stack.pop(), sublime.ENCODED_POSITION)