Skip to content

Commit 31e4457

Browse files
committed
Rip out support for editor.json in gems
1 parent ef94760 commit 31e4457

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

autoload/rails.vim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4376,12 +4376,6 @@ function! s:app_projections() dict abort
43764376
if !has_key(s:projections_for_gems, gem_path)
43774377
let gem_projections = {}
43784378
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
43854379
for file in findfile(path.'projections.json', gem_path, -1)
43864380
try
43874381
call s:combine_projections(gem_projections, rails#json_parse(readfile(self.path(file))))

0 commit comments

Comments
 (0)