Skip to content

Commit b916a25

Browse files
committed
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 <[email protected]>
1 parent d52dd59 commit b916a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ctags

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
--exclude=*.html
44
--exclude=*.html.in
55
--langmap=c:+.h.in
6+
--c-kinds=+p

0 commit comments

Comments
 (0)