From f010490dcbf07844f3b37b86d3adddcd508a2449 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Aug 2018 20:00:58 +1200 Subject: Add option terminators or equivs to :compilers --- vim/compiler/perlcritic.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/compiler/perlcritic.vim') diff --git a/vim/compiler/perlcritic.vim b/vim/compiler/perlcritic.vim index 03d21683..0d61487b 100644 --- a/vim/compiler/perlcritic.vim +++ b/vim/compiler/perlcritic.vim @@ -10,8 +10,8 @@ endif " 7.4.191 is the earliest version with the :S file name modifier, which we " really should use if we can if v:version >= 704 || v:version == 704 && has('patch191') - CompilerSet makeprg=perlcritic\ --verbose\ 1\ %:S + CompilerSet makeprg=perlcritic\ --verbose\ 1\ --\ %:S else - CompilerSet makeprg=perlcritic\ --verbose\ 1\ % + CompilerSet makeprg=perlcritic\ --verbose\ 1\ --\ % endif CompilerSet errorformat=%f:%l:%c:%m -- cgit v1.2.3