xref: /Universal-ctags/Tmain/enable-kind-prefix-with-wildcard.d/run.sh (revision a1f18f6493c0c883b9b2b4d8cd8be1b90ad34db1)
1# Copyright: 2015 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5${CTAGS} --quiet --options=NONE --kinds-all='*' --list-kinds | grep '\[off\]'
6
7