]> git.lizzy.rs Git - rust.git/commit
Remove many false positives from the ctags results
authorChris Morgan <me@chrismorgan.info>
Thu, 19 Dec 2013 14:31:38 +0000 (01:31 +1100)
committerChris Morgan <me@chrismorgan.info>
Thu, 19 Dec 2013 14:59:01 +0000 (01:59 +1100)
commita1ca7458f1b622293bed1881366ddcc05de19f9e
treeffb36c4b8fd2c663ae9bec392e46401b027d1723
parente86cdaf23ded0d25582a33fea761963cf0eb4f41
Remove many false positives from the ctags results

Anchoring the keyword as the first non-whitespace on a line may mean
that the occasional genuine-but-unconventionally-formatted tag is
missed, but it avoids a large number of false positives.

I changed the type descriptive texts about a bit too. That part's purely
cosmetic.

I also changed the ignored file list to use a filename matching the make
rule, `TAGS.vi` instead of `TAGS.vim`.
.gitignore
src/etc/ctags.rust