Open
Description
If, for example,I have the following files:
$HOME/.ctags.d/main.ctags
$HOME/project/ctags.d/main.ctags
$HOME/project/ctags.d/extra.ctags
Then when I run ctags
in the project directory, the second main.ctags
file is not loaded, but extra.ctags
is.
This is not the behaviour I expect. I am happy to provide a pull request to fix this, if it is confirmed as a bug.