Remove wrong call to runtime in wrong file
This commit is contained in:
parent
0140f4baca
commit
e6a22210ec
@ -19,8 +19,6 @@ if !executable("zsh")
|
|||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
exec "runtime! syntax_checkers/sh.vim"
|
|
||||||
|
|
||||||
function! SyntaxCheckers_zsh_GetLocList()
|
function! SyntaxCheckers_zsh_GetLocList()
|
||||||
let makeprg = 'zsh -n ' . shellescape(expand('%'))
|
let makeprg = 'zsh -n ' . shellescape(expand('%'))
|
||||||
let errorformat = '%f:%l: %m'
|
let errorformat = '%f:%l: %m'
|
||||||
|
Loading…
Reference in New Issue
Block a user