We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8458f commit 9477724Copy full SHA for 9477724
autoload/rails.vim
@@ -4317,7 +4317,7 @@ function! s:app_projections() dict abort
4317
call s:combine_projections(dict, s:projections_for_gems[gem_path])
4318
endif
4319
if self.cache.needs('projections')
4320
- call self.cache.set('config', {})
+ call self.cache.set('projections', {})
4321
4322
let projections = {}
4323
if self.has_path('config/projections.json')
0 commit comments