fixed some output we do not need
authorHeiko <hs@schlittermann.de>
Sat, 18 Jan 2014 23:46:57 +0100
changeset 13 023e112b9e04
parent 12 8c4aa0dd3813
child 14 3afa460f7e37
fixed some output we do not need
.vim/ftplugin/perl_hs12.vim
--- a/.vim/ftplugin/perl_hs12.vim	Sat Jan 18 22:58:22 2014 +0100
+++ b/.vim/ftplugin/perl_hs12.vim	Sat Jan 18 23:46:57 2014 +0100
@@ -1,6 +1,7 @@
 "nach ~/.vim/ftplugin/
 "
-:setlocal
+":setlocal
+
 set equalprg=perltidy\ -q
 
 nmap <C-G>f :call HS_format()<ENTER>
@@ -42,6 +43,8 @@
     :!perldoc %
 endfunc
 
+" use :make
+" for the perlcritic tests
 :compiler perlcritic
 
 " vim:ft=vim: