Skip to content

Commit

Permalink
Mention that TM_TODO_IGNORE refers to a regular expression.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/TODO.tmbundle@8975 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Soryu committed Feb 21, 2008
1 parent 94fccce commit 1f70af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Help.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html_header "TODO Bundle Help" "TODO"
The "Show TODO List" command will scan your current document (on disk) or documents in your project for lines containing certain tags (see below).
You will be presented with a row of “Tabs” that are counting matches while the search is going on. Once the search finishes a list for each of the tags and their context is shown. Each entry can be clicked to jump to that line in that file. The lists can be ordered by clicking on their column titles. Clicking on the Tabs will jump to the corresponding list.
TextMate will ignore files whose full path matches the environment variable `TM_TODO_IGNORE`.
TextMate will ignore files whose full path matches the regular expression defined by the environment variable `TM_TODO_IGNORE`.
Note: This command requires Ruby 1.8
Expand Down

0 comments on commit 1f70af5

Please sign in to comment.