From b7c4ed6d716eca106ff0734fb12b3c146fe75132 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Nov 2017 23:32:34 +1300 Subject: Use quickfix window for check/lint --- vim/after/ftplugin/perl/lint.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/after/ftplugin/perl/lint.vim') diff --git a/vim/after/ftplugin/perl/lint.vim b/vim/after/ftplugin/perl/lint.vim index 8dc4aafe..0f2f0cd7 100644 --- a/vim/after/ftplugin/perl/lint.vim +++ b/vim/after/ftplugin/perl/lint.vim @@ -15,10 +15,10 @@ if !exists('*s:PerlLint') let l:save_makeprg = &l:makeprg let l:save_errorformat = &l:errorformat compiler perlcritic - lmake! + make! let &l:makeprg = l:save_makeprg let &l:errorformat = l:save_errorformat - lwindow + cwindow endfunction endif -- cgit v1.2.3