1
0
Fork 0
mirror of https://github.com/prurigro/darkcloud-vimconfig.git synced 2025-03-10 12:29:58 -04:00
darkcloud-vimconfig/gentags

3 lines
152 B
Bash
Executable file

#!/usr/bin/env bash
[[ `type -P ctags` ]] && ctags -R -f ~/.vim/tags /usr/include /usr/local/include $@ || echo "Can't find the ctags binary in $PATH"