comparison runtime/compiler/rubyunit.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents a5352e73dc00
children f0f06837a699
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
15 15
16 let s:cpo_save = &cpo 16 let s:cpo_save = &cpo
17 set cpo-=C 17 set cpo-=C
18 18
19 CompilerSet makeprg=testrb 19 CompilerSet makeprg=testrb
20 " CompilerSet makeprg=ruby\ -Itest
21 " CompilerSet makeprg=m
20 22
21 CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:, 23 CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:,
22 \%C%m\ [%f:%l]:, 24 \%C%m\ [%f:%l]:,
23 \%E\ %\\+%\\d%\\+)\ Error:, 25 \%E\ %\\+%\\d%\\+)\ Error:,
24 \%C%m:, 26 \%C%m:,