diff --git a/syntax_checkers/zsh.vim b/syntax_checkers/zsh.vim index f78dc043..e6124c40 100644 --- a/syntax_checkers/zsh.vim +++ b/syntax_checkers/zsh.vim @@ -19,8 +19,6 @@ if !executable("zsh") finish endif -exec "runtime! syntax_checkers/sh.vim" - function! SyntaxCheckers_zsh_GetLocList() let makeprg = 'zsh -n ' . shellescape(expand('%')) let errorformat = '%f:%l: %m'