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/html/lint.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/after/ftplugin/html/lint.vim') diff --git a/vim/after/ftplugin/html/lint.vim b/vim/after/ftplugin/html/lint.vim index 103355ab..47ab3766 100644 --- a/vim/after/ftplugin/html/lint.vim +++ b/vim/after/ftplugin/html/lint.vim @@ -17,10 +17,10 @@ if !exists('*s:HtmlLint') let l:save_makeprg = &l:makeprg let l:save_errorformat = &l:errorformat compiler tidy - lmake! + make! let &l:makeprg = l:save_makeprg let &l:errorformat = l:save_errorformat - lwindow + cwindow endfunction endif -- cgit v1.2.3