Skip to content

Instantly share code, notes, and snippets.

@mgedmin
Last active February 14, 2017 12:34
Show Gist options
  • Save mgedmin/2f429ae09fbf65cb66ecdb84ec2cb853 to your computer and use it in GitHub Desktop.
Save mgedmin/2f429ae09fbf65cb66ecdb84ec2cb853 to your computer and use it in GitHub Desktop.
def bar():
foo() # hit ctrl-] on foo
# go to bar.py to trigger the bug
def foo(a, b, c, d):
pass
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.9~svn20110310 //
bar bar.py /^def bar():$/;" f
bar.py bar.py 1;" F
foo foo.py /^def foo(a, b, c):$/;" f
foo.py foo.py 1;" F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment