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 2f85ab9 commit b2e9a67Copy full SHA for b2e9a67
autoload/rails.vim
@@ -4725,7 +4725,7 @@ let s:has_projections = {
4725
4726
let s:projections_for_gems = {}
4727
function! s:app_projections() dict abort
4728
- let dict = deepcopy(s:default_projections)
+ let dict = s:combine_projections({}, s:default_projections)
4729
for [k, v] in items(s:has_projections)
4730
if self.has(k)
4731
call s:combine_projections(dict, v)
0 commit comments