From 408ec4c0450fe11064dfea6d786ae543111a2575 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 16 Jun 2018 21:57:33 +1200 Subject: Correct g:current_compiler setting Copypaste error. --- vim/compiler/perlcritic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/compiler/perlcritic.vim b/vim/compiler/perlcritic.vim index afbb73c7..03d21683 100644 --- a/vim/compiler/perlcritic.vim +++ b/vim/compiler/perlcritic.vim @@ -1,7 +1,7 @@ if exists('g:current_compiler') finish endif -let g:current_compiler = 'tidy' +let g:current_compiler = 'perlcritic' if exists(':CompilerSet') != 2 command -nargs=* CompilerSet setlocal -- cgit v1.2.3