diff --git a/ctagsplugin.py b/ctagsplugin.py index d3e918d..54fa7f8 100644 --- a/ctagsplugin.py +++ b/ctagsplugin.py @@ -626,6 +626,9 @@ def run(symbol, region, sym_line, mbrParts, view, tags_file): break if not tags: + # append to allow jump back to work + JumpPrev.append(view) + view.window().run_command("goto_definition") return status_message('Can\'t find "%s"' % symbol) rankmgr = RankMgr(region, mbrParts, view, symbol, sym_line)