Skip to content

Commit b2e9a67

Browse files
committed
Fix templates for built-ins
1 parent 2f85ab9 commit b2e9a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4725,7 +4725,7 @@ let s:has_projections = {
47254725

47264726
let s:projections_for_gems = {}
47274727
function! s:app_projections() dict abort
4728-
let dict = deepcopy(s:default_projections)
4728+
let dict = s:combine_projections({}, s:default_projections)
47294729
for [k, v] in items(s:has_projections)
47304730
if self.has(k)
47314731
call s:combine_projections(dict, v)

0 commit comments

Comments
 (0)