diff options
Diffstat (limited to 'runtime/compiler/rubyunit.vim')
-rw-r--r-- | runtime/compiler/rubyunit.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/rubyunit.vim b/runtime/compiler/rubyunit.vim index 218ba60d0..74a6f0196 100644 --- a/runtime/compiler/rubyunit.vim +++ b/runtime/compiler/rubyunit.vim @@ -32,4 +32,4 @@ CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:, let &cpo = s:cpo_save unlet s:cpo_save -" vim: nowrap sw=2 sts=2 ts=8 ff=unix: +" vim: nowrap sw=2 sts=2 ts=8: |