From f1a27833c012d3c0550f2d97839663a5e5ec7171 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 3 Nov 2017 23:58:29 +1300 Subject: Improve comments on check/lint/tidy maps --- vim/ftplugin/perl.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim/ftplugin/perl.vim') diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim index eeed2bb7..3355227e 100644 --- a/vim/ftplugin/perl.vim +++ b/vim/ftplugin/perl.vim @@ -1,6 +1,6 @@ -" Run perl -c on file for the current buffer +" Run `perl -c` over buffer nnoremap pc :write !perl -c -" Run perlcritic on the file for the current buffer +" Run `perlcritic` over buffer nnoremap pl :write !perlcritic -" Run the current buffer through perltidy +" Filter buffer through `perltidy` nnoremap pt :%!perltidy -- cgit v1.2.3