Vendor exuberant ctags

This commit is contained in:
Kevin Sawicki 2012-10-26 10:58:10 -07:00
parent 0e89c7a673
commit 7b2223f6b4
2 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ class TagGenerator
for line in lines
tag = @parseTagLine(line)
@callback(tag) if tag
command = "ctags --fields=+KS -nf - #{@path}"
command = "#{require.resolve('ctags')} --fields=+KS -nf - #{@path}"
ChildProcess.exec(command, options)

BIN
vendor/ctags vendored Executable file

Binary file not shown.