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 9489792 commit 57011d5Copy full SHA for 57011d5
tools/src/main/python/indexer.py
@@ -90,7 +90,7 @@ def FindCtags(logger):
90
"""
91
binary = None
92
logger.debug("Trying to find ctags binary")
93
- for program in ['ctags-exuberant', 'exctags', 'ctags']:
+ for program in ['universal-ctags', 'ctags']:
94
executable = get_command(logger, None, program)
95
if executable:
96
# Verify that this executable is or is based on Exuberant Ctags
0 commit comments