We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ead44 commit 24ef7daCopy full SHA for 24ef7da
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java
@@ -176,6 +176,7 @@ private void initialize() {
176
command.add("--filter-terminator=" + CTAGS_FILTER_TERMINATOR + "\n");
177
command.add("--fields=-af+iKnS");
178
command.add("--excmd=pattern");
179
+ command.add("--pattern-length-limit=180"); // Increase from default 96
180
181
//Ideally all below should be in ctags, or in outside config file,
182
//we might run out of command line SOON
0 commit comments