Upgrade to ctags 0.3.0

This commit is contained in:
Kevin Sawicki
2013-03-26 17:03:33 -04:00
parent d58b1d5b72
commit 4e9b33075f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"dependencies": {
"coffee-script": "1.5",
"ctags": "0.2.0",
"ctags": "0.3.0",
"oniguruma": "0.7.0",
"mkdirp": "0.3.5",
"git-utils": "0.7.0",

View File

@@ -16,7 +16,7 @@ find: (editor) ->
tagsFile = @getTagsFile(project)
return [] unless tagsFile
ctags.findTag(tagsFile, word)
ctags.findTags(tagsFile, word)
getAllTags: (project, callback) ->
deferred = $.Deferred()