Skip to content

Commit 3fc7af8

Browse files
bsandrowbrettcannon
authored andcommitted
Have ctags use --extras instead of --extra (#2758)
1 parent 4e719eb commit 3fc7af8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

news/2 Fixes/793.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Have `ctags` use the `--extras` option instead of `--extra`.
2+
(thanks to [Brandy Sandrowicz](https://github.com/bsandrow))

resources/ctagOptions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
--exclude=Builds
2020
--exclude=doc
2121
--fields=Knz
22-
--extra=+f
23-
--append=no
22+
--extras=+f
23+
--append=no

0 commit comments

Comments
 (0)