diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:58:06 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:58:06 +0000 |
commit | 8c8de839325eda0bed68917d18179d2003b344d1 (patch) | |
tree | c65b80f0a627f2e77385a07a62ee4206465cbc22 /runtime/compiler | |
parent | 864207de089119377a1e1e5d411307d8eb57399e (diff) | |
download | vim-8c8de839325eda0bed68917d18179d2003b344d1.zip |
updated for version 7.2a
Diffstat (limited to 'runtime/compiler')
-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: |