Skip to content

Commit 3d94842

Browse files
committed
Fix syntax error
1 parent 0ff2351 commit 3d94842

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
@@ -4654,7 +4654,7 @@ let s:has_projections = {
46544654
\ },
46554655
\ "test/lib/*_test.rb": {
46564656
\ "alternate": "lib/{}.rb",
4657-
\ }
4657+
\ },
46584658
\ "test/mailers/*_test.rb": {
46594659
\ "affinity": "model",
46604660
\ "template": [

0 commit comments

Comments
 (0)