Remove wrong call to runtime in wrong file

This commit is contained in:
Richard Brown 2012-09-07 11:31:45 +01:00
parent 0140f4baca
commit e6a22210ec

View File

@ -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'