ctags: cannot sort tag file : No such file or directory
Brought to you by:
dhiebert
#!/bin/bash
[[ -d ~/.vim/tags ]] || mkdir -p ~/.vim/tags
[[ -z $J2SDKDIR ]] || OTHER="${J2SDKDIR}/include"
ctags -R --sort=yes --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ -f ~/.vim/tags/cpp \ /usr/include /usr/local/include \ ${OTHER}
=======================================================================
But, when a run the command, it returns this error:
"ctags: cannot sort tag file : No such file or directory"
The "solution" is http://tech.groups.yahoo.com/group/vim/message/89321