diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-08-30 23:26:57 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-08-30 23:26:57 +0200 |
| commit | 89bcfda6834aba724d12554a34b9ed49f5789fd5 (patch) | |
| tree | 2ffddcadaae9d061e38e17a09b2635ec199eb1dd /runtime/compiler/rubyunit.vim | |
| parent | 4792255eff03760dca0fd014616532e6d47db364 (diff) | |
| download | vim-git-89bcfda6834aba724d12554a34b9ed49f5789fd5.tar.gz | |
Updated runtime files. Remove version checks for Vim older than 6.0.
Diffstat (limited to 'runtime/compiler/rubyunit.vim')
| -rw-r--r-- | runtime/compiler/rubyunit.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/compiler/rubyunit.vim b/runtime/compiler/rubyunit.vim index 93a0c8e65..ed0639b58 100644 --- a/runtime/compiler/rubyunit.vim +++ b/runtime/compiler/rubyunit.vim @@ -17,6 +17,8 @@ let s:cpo_save = &cpo set cpo-=C CompilerSet makeprg=testrb +" CompilerSet makeprg=ruby\ -Itest +" CompilerSet makeprg=m CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:, \%C%m\ [%f:%l]:, |
