Skip to content

Commit 7424111

Browse files
committed
Fix g:rails_projections example in documentation
1 parent d59a0cc commit 7424111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rails.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,11 +770,11 @@ Vim syntax looks a lot like JSON, but with funky |line-continuation|:
770770
\ "test": [
771771
\ "test/unit/%s_uploader_test.rb",
772772
\ "spec/models/%s_uploader_spec.rb"
773-
\ ]
773+
\ ],
774774
\ "keywords": "process version"
775775
\ },
776776
\ "features/support/*.rb": {"command": "support"},
777-
\ "features/support/env.rb": {"command": support"}}
777+
\ "features/support/env.rb": {"command": "support"}}
778778
779779
Keys can be either literal file names or globs containing a single asterisk.
780780
In the latter case, you can use placeholders in the values to plug in some

0 commit comments

Comments
 (0)