Skip to content

Commit

Permalink
Restore engine querying
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jan 19, 2015
1 parent 93bee7b commit 60ca6e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/rails.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4365,7 +4365,6 @@ function! s:app_has_gem(gem) dict abort
endfunction

function! s:app_engines() dict abort
return []
if self.cache.needs('engines') || self.cache.get('engines')[1] isnot# self.gems()
let gems = self.gems()
let gempath = escape(join(values(gems),','), ' ')
Expand Down

0 comments on commit 60ca6e0

Please sign in to comment.