mirror of
https://github.com/atom/atom.git
synced 2026-02-06 04:34:55 -05:00
Upgrade to ctags 0.3.0
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user