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 ef94760 commit 31e4457Copy full SHA for 31e4457
autoload/rails.vim
@@ -4376,12 +4376,6 @@ function! s:app_projections() dict abort
4376
if !has_key(s:projections_for_gems, gem_path)
4377
let gem_projections = {}
4378
for path in ['lib/', 'lib/rails/']
4379
- for file in findfile(path.'editor.json', gem_path, -1)
4380
- try
4381
- call s:combine_projections(gem_projections, get(rails#json_parse(readfile(self.path(file))), 'projections'))
4382
- catch
4383
- endtry
4384
- endfor
4385
for file in findfile(path.'projections.json', gem_path, -1)
4386
try
4387
call s:combine_projections(gem_projections, rails#json_parse(readfile(self.path(file))))
0 commit comments