Skip to content

Commit 57011d5

Browse files
author
Vladimir Kotal
committed
remove Exuberant ctags
1 parent 9489792 commit 57011d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/main/python/indexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def FindCtags(logger):
9090
"""
9191
binary = None
9292
logger.debug("Trying to find ctags binary")
93-
for program in ['ctags-exuberant', 'exctags', 'ctags']:
93+
for program in ['universal-ctags', 'ctags']:
9494
executable = get_command(logger, None, program)
9595
if executable:
9696
# Verify that this executable is or is based on Exuberant Ctags

0 commit comments

Comments
 (0)