aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/html/lint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin/html/lint.vim')
-rw-r--r--vim/after/ftplugin/html/lint.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/after/ftplugin/html/lint.vim b/vim/after/ftplugin/html/lint.vim
index 47ab3766..c0fdc44f 100644
--- a/vim/after/ftplugin/html/lint.vim
+++ b/vim/after/ftplugin/html/lint.vim
@@ -16,6 +16,7 @@ if !exists('*s:HtmlLint')
function s:HtmlLint()
let l:save_makeprg = &l:makeprg
let l:save_errorformat = &l:errorformat
+ unlet! g:current_compiler
compiler tidy
make!
let &l:makeprg = l:save_makeprg