Skip to content

Commit

Permalink
• Fix double-declaration of AutoJump (copy-paste error...)
Browse files Browse the repository at this point in the history
git-svn-id: http://macromates.com/svn/Bundles/trunk@8177 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
gerti committed Sep 19, 2007
1 parent 899ec4d commit 0ea4296
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Bundles/CTags.tmbundle/Support/bin/tmctags
Expand Up @@ -47,8 +47,6 @@
our $CtagsPGMtmplugin="$ENV{'HOME'}/Library/Application Support/TextMate/PlugIns/TmCodeBrowser.tmplugin/Contents/Resources/ctags";
our $CtagsTimeout=&setFromEnv('TmCtagsTimeout',30); # timeout if ctags does not finish within x seconds

our $AutoJump=&setFromEnv('TmCtagsAutoJump',1);

#our $OkSingleSound=&setFromEnv('TmCtagsOkSingleSound','Ping');
our $OkSingleSound=&setFromEnv('TmCtagsOkSingleSound','');
our $OkMultiSound=&setFromEnv('TmCtagsOkMultiSound','Frog');
Expand Down

0 comments on commit 0ea4296

Please sign in to comment.