Commit a76b582
committed
Call ctags with --file-scope=yes argument
Universal Ctags requires the `F` flag to be present in the --extra
argument in order to report file-scoped tags. The easiest way to make an
argument list compatible with both Exuberant Ctags and Universal Ctags
is to pass the --file-scope=yes argument in both cases. This will cause
Universal Ctags to report file-scoped tags, and be a no-op on Exuberant
Ctags since it does that already even with an empty --extra argument.1 parent 0415f77 commit a76b582
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments