Skip to content

Commit d65161c

Browse files
author
Vladimir Kotal
authored
remove -n from ctags fields
fixes #2995
1 parent 55774b8 commit d65161c

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/analysis

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private void initialize() {
174174
command.add("-u");
175175
command.add("--filter=yes");
176176
command.add("--filter-terminator=" + CTAGS_FILTER_TERMINATOR + "\n");
177-
command.add("--fields=-anf+iKnS");
177+
command.add("--fields=-af+iKnS");
178178
command.add("--excmd=pattern");
179179

180180
//Ideally all below should be in ctags, or in outside config file,

0 commit comments

Comments
 (0)