Skip to content

Commit

Permalink
Exclude Python import statements by default from showing up as tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Theune committed Aug 21, 2012
1 parent 8421042 commit 14883db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CHANGES
0.5 (unreleased)
------------------

- Exclude Python import statements by default from showing up as tags.

- Add 'defaults' option to allow adding default command line options (e.g. to
set '-v' by default)

Expand Down
1 change: 1 addition & 0 deletions src/z3c/recipe/tag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def _build_idutils(self):
def _build_ctags_vi(self):
res = [['ctags-exuberant', 'ctags'],
['-R',
'--python-kinds=-i',
'-f',
'tags.new'] + self.paths,
'tags.new',
Expand Down

0 comments on commit 14883db

Please sign in to comment.