DescriptionChange build-ctags.sh output file name from ".tags" to "tags"
Two reasons for this change:
1. Default value of the tags option in Vim (that tells it
where to load tags from) is: "tags=./tags,./TAGS,tags,TAGS"
So now Vim should be able to pick up tags with default
settings when current dir is chromium/src
2. src/.gitignore already has "tags" in it, but not ".tags"
which, I think, indicates that people expect the tags file
name to not have a leading dot
BUG=none
Committed: https://crrev.com/fbc0ebe4967befb4643a3e286b0f8f376322dc07
Cr-Commit-Position: refs/heads/master@{#307539}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|