Running ctags -R --options=.ctags . fails with "No such file or directory" error under Windows (7 if it matters, but it probably doesn't). Renaming the file to have an(y) extension works, e.g. --options=ctags.conf is fine.
ctags -R --options=.ctags .
--options=ctags.conf
In universal-ctags the message is suppressed now. https://github.com/universal-ctags/ctags/pull/356
Log in to post a comment.
In universal-ctags the message is suppressed now.
https://github.com/universal-ctags/ctags/pull/356