ctags: Generate tags for headers, i.e. function prototypes

From time to time it's handy to jump directly to a function prototype in
a header. However, generating tags for headers is disabled by default in
ctags, let's enable it by using --c-kinds=+p.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Erik Skultety 2018-09-18 14:21:33 +02:00
parent d52dd5911b
commit b916a25e8a
1 changed files with 1 additions and 0 deletions

1
.ctags
View File

@ -3,3 +3,4 @@
--exclude=*.html
--exclude=*.html.in
--langmap=c:+.h.in
--c-kinds=+p