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 e8f9456 commit df00b63Copy full SHA for df00b63
autoload/rails.vim
@@ -866,7 +866,7 @@ function! s:app_has(feature) dict
866
if !has_key(features,a:feature)
867
let path = get(map,a:feature,a:feature.'/')
868
let features[a:feature] =
869
- \ !empty(filter(split('path', '|'), 'self.has_path(v:val)'))
+ \ !empty(filter(split(path, '|'), 'self.has_path(v:val)'))
870
endif
871
return features[a:feature]
872
endfunction
0 commit comments